C# Class Glass.Mapper.Profilers.NullProfiler

Class NullProfiler
Inheritance: IPerformanceProfiler
Afficher le fichier Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Méthodes publiques

Méthode Description
End ( string key ) : void

Ends the specified key.

IndentDecrease ( ) : void
IndentIncrease ( ) : void
Start ( string key ) : void

Starts the specified key.

Private Methods

Méthode Description
NullProfiler ( )

Method Details

End() public méthode

Ends the specified key.
public End ( string key ) : void
key string The key.
Résultat void

IndentDecrease() public méthode

public IndentDecrease ( ) : void
Résultat void

IndentIncrease() public méthode

public IndentIncrease ( ) : void
Résultat void

Start() public méthode

Starts the specified key.
public Start ( string key ) : void
key string The key.
Résultat void