C# 클래스 PerpetualEngine.PerformanceTimer

파일 보기 프로젝트 열기: perpetual-mobile/PerpetualEngine

공개 메소드들

메소드 설명
Start ( string label ) : void

Start a performance measurement with the specified label.

Stop ( ) : void

Stop and print performance measurement of last used "Start" command.

Stop ( string label, string msg = "" ) : void

Stop and print performance measurement with the label used in "Start" command.

메소드 상세

Start() 공개 정적인 메소드

Start a performance measurement with the specified label.
public static Start ( string label ) : void
label string Label.
리턴 void

Stop() 공개 정적인 메소드

Stop and print performance measurement of last used "Start" command.
public static Stop ( ) : void
리턴 void

Stop() 공개 정적인 메소드

Stop and print performance measurement with the label used in "Start" command.
public static Stop ( string label, string msg = "" ) : void
label string
msg string
리턴 void