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

MiniProfiler based profiler
Inheritance: Batman.Core.Profiling.BaseClasses.ProfilerBase
Afficher le fichier Open project: JaCraig/Batman

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Dispose ( bool Managed ) : void
Managed bool
Résultat void

Profile() public méthode

public Profile ( ) : System
Résultat System

Profile() public méthode

public Profile ( StackExchange ProfilerUsing, IDisposable StepDisposable ) : System
ProfilerUsing StackExchange
StepDisposable IDisposable
Résultat System

Start() public méthode

public Start ( ) : Interfaces.IProfiler
Résultat Interfaces.IProfiler

Step() public méthode

public Step ( string Name ) : Interfaces.IProfiler
Name string
Résultat Interfaces.IProfiler

Stop() public méthode

public Stop ( bool DiscardResults ) : Interfaces.IProfiler
DiscardResults bool
Résultat Interfaces.IProfiler