C# Class Glass.Mapper.Profilers.ChainedProfiler

Class ChainedProfiler
Inheritance: IPerformanceProfiler
Show file Open project: mikeedwards83/Glass.Mapper

Public Methods

Method 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 method

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

ChainedProfiler() public method

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

End() public method

Ends the specified key.
public End ( string key ) : void
key string The key.
return void

IndentDecrease() public method

public IndentDecrease ( ) : void
return void

IndentIncrease() public method

public IndentIncrease ( ) : void
return void

Start() public method

Starts the specified key.
public Start ( string key ) : void
key string The key.
return void