C# 클래스 Batman.Core.Profiling.MiniProfiler.Profile

MiniProfiler based profiler
상속: Batman.Core.Profiling.BaseClasses.ProfilerBase
파일 보기 프로젝트 열기: JaCraig/Batman

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( bool Managed ) : void
Profile ( ) : System
Profile ( StackExchange ProfilerUsing, IDisposable StepDisposable ) : System
Start ( ) : Interfaces.IProfiler
Step ( string Name ) : Interfaces.IProfiler
Stop ( bool DiscardResults ) : Interfaces.IProfiler

메소드 상세

Dispose() 공개 메소드

public Dispose ( bool Managed ) : void
Managed bool
리턴 void

Profile() 공개 메소드

public Profile ( ) : System
리턴 System

Profile() 공개 메소드

public Profile ( StackExchange ProfilerUsing, IDisposable StepDisposable ) : System
ProfilerUsing StackExchange
StepDisposable IDisposable
리턴 System

Start() 공개 메소드

public Start ( ) : Interfaces.IProfiler
리턴 Interfaces.IProfiler

Step() 공개 메소드

public Step ( string Name ) : Interfaces.IProfiler
Name string
리턴 Interfaces.IProfiler

Stop() 공개 메소드

public Stop ( bool DiscardResults ) : Interfaces.IProfiler
DiscardResults bool
리턴 Interfaces.IProfiler