![]() | Statistics class |
The Statistics Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() ![]() | IsTimerTriggered | With True, the statistics output is time-controlled. LoggingTriggerCounter then returns the number of milliseconds until the next trigger event. If False, the statistics output is replaced by the total number of counting processes are controlled. LoggingTriggerCounter defined here is the number of counting processes after which the output takes place; Default: True. |
![]() ![]() | LoggingTriggerCounter | Number of milliseconds or number of counting operations until the next statistics issue; Default: 5000. |
![]() ![]() | RegexFilter | Only lines that fulfil this regular expression are logged. |
Name | Description of the | |
---|---|---|
![]() ![]() | Inc | Increments the counter with the transferred name by 1. The counter is regenerated during the first referencing. |
![]() ![]() | Reset | Sets the counter with the transferred name to 0. The counter is regenerated during the first referencing. If zero is passed as the counter name, all counters are is set to 0 and the internal trigger is reset. |
![]() ![]() | Stop | Must be called at the end of processing in order to save the last output statistics and stop the timer. |