C# Class Glass.Mapper.Profilers.ChainedProfiler

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

Méthodes publiques

Méthode Description
ChainedProfiler ( ) : System.Collections.Generic

Initializes a new instance of the ChainedProfiler class.

ChainedProfiler ( IEnumerable profilers ) : System.Collections.Generic

Initializes a new instance of the ChainedProfiler class.

End ( string key ) : void

Ends the specified key.

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

Starts the specified key.

Method Details

ChainedProfiler() public méthode

Initializes a new instance of the ChainedProfiler class.
public ChainedProfiler ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ChainedProfiler() public méthode

Initializes a new instance of the ChainedProfiler class.
public ChainedProfiler ( IEnumerable profilers ) : System.Collections.Generic
profilers IEnumerable The profilers.
Résultat System.Collections.Generic

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