C# 클래스 BoC.Profiling.Profiler

파일 보기 프로젝트 열기: csteeg/BoC

공개 프로퍼티들

프로퍼티 타입 설명
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