C# 클래스 Glass.Mapper.Sc.Profilers.SitecoreProfiler

Class SitecoreProfiler
상속: IPerformanceProfiler
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
End ( string key ) : void

Ends the specified key.

IndentDecrease ( ) : void
IndentIncrease ( ) : void
Start ( string key ) : void

Starts the specified key.

메소드 상세

End() 공개 메소드

Ends the specified key.
public End ( string key ) : void
key string The key.
리턴 void

IndentDecrease() 공개 메소드

public IndentDecrease ( ) : void
리턴 void

IndentIncrease() 공개 메소드

public IndentIncrease ( ) : void
리턴 void

Start() 공개 메소드

Starts the specified key.
public Start ( string key ) : void
key string The key.
리턴 void