C# Class Batman.Core.Profiling.MiniProfiler.Profile

MiniProfiler based profiler
Inheritance: Batman.Core.Profiling.BaseClasses.ProfilerBase
Show file Open project: JaCraig/Batman

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( bool Managed ) : void
Managed bool
return void

Profile() public method

public Profile ( ) : System
return System

Profile() public method

public Profile ( StackExchange ProfilerUsing, IDisposable StepDisposable ) : System
ProfilerUsing StackExchange
StepDisposable IDisposable
return System

Start() public method

public Start ( ) : Interfaces.IProfiler
return Interfaces.IProfiler

Step() public method

public Step ( string Name ) : Interfaces.IProfiler
Name string
return Interfaces.IProfiler

Stop() public method

public Stop ( bool DiscardResults ) : Interfaces.IProfiler
DiscardResults bool
return Interfaces.IProfiler