C# Класс BoC.Profiling.Profiler

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Enabled bool

Открытые методы

Метод Описание
Profiler ( IPerformanceProfiler performanceProfilers ) : System

Initializes a new instance of the Profiler class.

StartContext ( string key ) : IDisposable

Begins the profiling.

Описание методов

Profiler() публичный Метод

Initializes a new instance of the Profiler class.
public Profiler ( IPerformanceProfiler performanceProfilers ) : System
performanceProfilers IPerformanceProfiler The performanceProfilers.
Результат System

StartContext() публичный статический Метод

Begins the profiling.
public static StartContext ( string key ) : IDisposable
key string The key.
Результат IDisposable

Описание свойств

Enabled публичное статическое свойство

Set to true to enable profiler
public static bool Enabled
Результат bool