C# Class Glass.Mapper.Profilers.SimpleProfiler

Class SimpleProfiler
Inheritance: BaseIndentingProfiler
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
SimpleProfiler ( TextWriter writer ) : System

Méthodes protégées

Méthode 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 méthode

protected End ( string key, string indent ) : void
key string
indent string
Résultat void

End() protected méthode

protected End ( string key, string indent, Stopwatch watch ) : void
key string
indent string
watch Stopwatch
Résultat void

SimpleProfiler() public méthode

public SimpleProfiler ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

Start() protected méthode

protected Start ( string key, string indent ) : void
key string
indent string
Résultat void