C# Class Pomona.Profiling.Profiler

Inheritance: IProfilerImplementation
Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
Step ( string name = null ) : IDisposable

Protected Methods

Method Description
OnStep ( string name ) : IDisposable

Private Methods

Method Description
IProfilerImplementation ( string name ) : IDisposable
Profiler ( ) : System

Method Details

OnStep() protected abstract method

protected abstract OnStep ( string name ) : IDisposable
name string
return IDisposable

Step() public static method

public static Step ( string name = null ) : IDisposable
name string
return IDisposable