C# Class MiniProfiler.Windows.ConsoleProfilingProvider

Inheritance: StackExchange.Profiling.BaseProfilerProvider
Mostrar archivo Open project: nootn/MiniProfiler.Windows

Public Methods

Method Description
GetCurrentProfiler ( ) : StackExchange.Profiling.MiniProfiler
Start ( string sessionName = null ) : StackExchange.Profiling.MiniProfiler
Stop ( bool discardResults ) : void

Private Methods

Method Description
Start ( ProfileLevel level, string sessionName = null ) : StackExchange.Profiling.MiniProfiler

Method Details

GetCurrentProfiler() public method

public GetCurrentProfiler ( ) : StackExchange.Profiling.MiniProfiler
return StackExchange.Profiling.MiniProfiler

Start() public method

public Start ( string sessionName = null ) : StackExchange.Profiling.MiniProfiler
sessionName string
return StackExchange.Profiling.MiniProfiler

Stop() public method

public Stop ( bool discardResults ) : void
discardResults bool
return void