C# Class BoC.Profiling.Profiler

Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Свойство Type Description
Enabled bool

Méthodes publiques

Méthode Description
Profiler ( IPerformanceProfiler performanceProfilers ) : System

Initializes a new instance of the Profiler class.

StartContext ( string key ) : IDisposable

Begins the profiling.

Method Details

Profiler() public méthode

Initializes a new instance of the Profiler class.
public Profiler ( IPerformanceProfiler performanceProfilers ) : System
performanceProfilers IPerformanceProfiler The performanceProfilers.
Résultat System

StartContext() public static méthode

Begins the profiling.
public static StartContext ( string key ) : IDisposable
key string The key.
Résultat IDisposable

Property Details

Enabled public_oe static_oe property

Set to true to enable profiler
public static bool Enabled
Résultat bool