C# Класс DBreeze.Diagnostic.SpeedStatistic

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ToConsole bool

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

Метод Описание
ClearAll ( ) : void
GetCounter ( string counterName ) : Counter

Returns Counter object. Can return NULL if counter not found

PrintOut ( ) : void

Prints out stat for all counters without clearing statistic

PrintOut ( bool withResetingStatistic ) : void

Prints out stats for all counters

PrintOut ( string counterName ) : void

Prints out counter without clearing statistic for this counter

PrintOut ( string counterName, bool withClearingCounter ) : void

Prints out specified counter.

StartCounter ( string counterName ) : void

Starts counter

StopCounter ( string counterName ) : void

Stops counter

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

ClearAll() публичный статический Метод

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

GetCounter() публичный статический Метод

Returns Counter object. Can return NULL if counter not found
public static GetCounter ( string counterName ) : Counter
counterName string
Результат Counter

PrintOut() публичный статический Метод

Prints out stat for all counters without clearing statistic
public static PrintOut ( ) : void
Результат void

PrintOut() публичный статический Метод

Prints out stats for all counters
public static PrintOut ( bool withResetingStatistic ) : void
withResetingStatistic bool resets statistic
Результат void

PrintOut() публичный статический Метод

Prints out counter without clearing statistic for this counter
public static PrintOut ( string counterName ) : void
counterName string
Результат void

PrintOut() публичный статический Метод

Prints out specified counter.
public static PrintOut ( string counterName, bool withClearingCounter ) : void
counterName string
withClearingCounter bool
Результат void

StartCounter() публичный статический Метод

Starts counter
public static StartCounter ( string counterName ) : void
counterName string
Результат void

StopCounter() публичный статический Метод

Stops counter
public static StopCounter ( string counterName ) : void
counterName string
Результат void

Описание свойств

ToConsole публичное статическое свойство

Default is Debug.WriteLine, can be changed to Console.WriteLine
public static bool ToConsole
Результат bool