C# Class Pomona.Profiling.ProfilerExtensions

Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
Profile ( this profiled, string subSectionName = null, [ methodName = "" ) : IDisposable
Step ( this profiler, string methodName = "" ) : IDisposable

Method Details

Profile() public static méthode

public static Profile ( this profiled, string subSectionName = null, [ methodName = "" ) : IDisposable
profiled this
subSectionName string
methodName [
Résultat IDisposable

Step() public static méthode

public static Step ( this profiler, string methodName = "" ) : IDisposable
profiler this
methodName string
Résultat IDisposable