C# Class Pomona.Profiling.ProfilerExtensions

Exibir arquivo Open project: Pomona/Pomona

Public Methods

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

Method Details

Profile() public static method

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

Step() public static method

public static Step ( this profiler, string methodName = "" ) : IDisposable
profiler this
methodName string
return IDisposable