Свойство | Type | Description | |
---|---|---|---|
ToConsole | bool |
Méthode | Description | |
---|---|---|
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
|
public static GetCounter ( string counterName ) : Counter | ||
counterName | string | |
Résultat | Counter |
public static PrintOut ( bool withResetingStatistic ) : void | ||
withResetingStatistic | bool | resets statistic |
Résultat | void |
public static PrintOut ( string counterName ) : void | ||
counterName | string | |
Résultat | void |
public static PrintOut ( string counterName, bool withClearingCounter ) : void | ||
counterName | string | |
withClearingCounter | bool | |
Résultat | void |
public static StartCounter ( string counterName ) : void | ||
counterName | string | |
Résultat | void |
public static StopCounter ( string counterName ) : void | ||
counterName | string | |
Résultat | void |