C# Class Glass.Mapper.Profilers.NullProfiler

Class NullProfiler
Inheritance: IPerformanceProfiler
Show file Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Public Methods

Method Description
End ( string key ) : void

Ends the specified key.

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

Starts the specified key.

Private Methods

Method Description
NullProfiler ( )

Method Details

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