C# Class Pomona.Profiling.Profiler

Inheritance: IProfilerImplementation
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
Step ( string name = null ) : IDisposable

Méthodes protégées

Méthode Description
OnStep ( string name ) : IDisposable

Private Methods

Méthode Description
IProfilerImplementation ( string name ) : IDisposable
Profiler ( ) : System

Method Details

OnStep() protected abstract méthode

protected abstract OnStep ( string name ) : IDisposable
name string
Résultat IDisposable

Step() public static méthode

public static Step ( string name = null ) : IDisposable
name string
Résultat IDisposable