C# Класс Glass.Mapper.Profilers.ChainedProfiler

Class ChainedProfiler
Наследование: IPerformanceProfiler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ChainedProfiler() публичный Метод

Initializes a new instance of the ChainedProfiler class.
public ChainedProfiler ( ) : System.Collections.Generic
Результат System.Collections.Generic

ChainedProfiler() публичный Метод

Initializes a new instance of the ChainedProfiler class.
public ChainedProfiler ( IEnumerable profilers ) : System.Collections.Generic
profilers IEnumerable The profilers.
Результат System.Collections.Generic

End() публичный Метод

Ends the specified key.
public End ( string key ) : void
key string The key.
Результат void

IndentDecrease() публичный Метод

public IndentDecrease ( ) : void
Результат void

IndentIncrease() публичный Метод

public IndentIncrease ( ) : void
Результат void

Start() публичный Метод

Starts the specified key.
public Start ( string key ) : void
key string The key.
Результат void