C# Class Glass.Mapper.Profilers.SimpleProfiler

Class SimpleProfiler
Inheritance: BaseIndentingProfiler
Show file Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
SimpleProfiler ( TextWriter writer ) : System

Protected Methods

Method Description
End ( string key, string indent ) : void
End ( string key, string indent, Stopwatch watch ) : void
Start ( string key, string indent ) : void

Method Details

End() protected method

protected End ( string key, string indent ) : void
key string
indent string
return void

End() protected method

protected End ( string key, string indent, Stopwatch watch ) : void
key string
indent string
watch Stopwatch
return void

SimpleProfiler() public method

public SimpleProfiler ( TextWriter writer ) : System
writer System.IO.TextWriter
return System

Start() protected method

protected Start ( string key, string indent ) : void
key string
indent string
return void