Method | Description | |
---|---|---|
ChainedProfiler ( ) : System.Collections.Generic |
Initializes a new instance of the ChainedProfiler class.
|
|
ChainedProfiler ( IEnumerable |
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.
|
public ChainedProfiler ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ChainedProfiler ( IEnumerable |
||
profilers | IEnumerable |
The profilers. |
return | System.Collections.Generic |