C# Class MiniProfiler.Windows.ConsoleProfilingProvider

Inheritance: StackExchange.Profiling.BaseProfilerProvider
Afficher le fichier Open project: nootn/MiniProfiler.Windows

Méthodes publiques

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

Private Methods

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

Method Details

GetCurrentProfiler() public méthode

public GetCurrentProfiler ( ) : StackExchange.Profiling.MiniProfiler
Résultat StackExchange.Profiling.MiniProfiler

Start() public méthode

public Start ( string sessionName = null ) : StackExchange.Profiling.MiniProfiler
sessionName string
Résultat StackExchange.Profiling.MiniProfiler

Stop() public méthode

public Stop ( bool discardResults ) : void
discardResults bool
Résultat void