C# Class Glass.Mapper.Profilers.AccmulatorProfiler

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

Public Methods

Method Description
AccmulatorProfiler ( TextWriter writer ) : System

Protected Methods

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

Method Details

AccmulatorProfiler() public method

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

End() protected method

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