C# Class Glass.Mapper.Sc.Profilers.SitecoreProfiler

Class SitecoreProfiler
Inheritance: IPerformanceProfiler
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

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.

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