#include <Statistic.hpp>
◆ Statistic()
test::Statistic::Statistic |
( |
| ) |
|
|
inline |
28 a_avgDelay (
"AvgDelay"),
◆ countDelay()
void test::Statistic::countDelay |
( |
const Millisecond |
value | ) |
|
|
inlinenoexcept |
58 Guard guard (
this,
"Statistic::countDelay");
◆ countError()
int test::Statistic::countError |
( |
| ) |
|
|
inlinenoexcept |
47 Guard guard (
this,
"Statistic::countError");
48 return ++ a_errorCounter;
◆ countMessage()
void test::Statistic::countMessage |
( |
| ) |
|
|
inline |
44 { a_messageCounter ++; }
◆ countSuccess()
void test::Statistic::countSuccess |
( |
| ) |
|
|
inline |
45 { a_successCounter ++; }
◆ getAvgDelay()
62 {
return a_avgDelay; }
◆ getInitTime()
40 {
return a_initTime; }
◆ getMessage()
int test::Statistic::getMessage |
( |
| ) |
const |
|
inline |
64 {
return a_messageCounter; }
◆ getMessageCounter()
int test::Statistic::getMessageCounter |
( |
| ) |
const |
|
inline |
41 {
return a_messageCounter; }
◆ getSuccessCounter()
int test::Statistic::getSuccessCounter |
( |
| ) |
const |
|
inline |
42 {
return a_successCounter; }
◆ initTime()
void test::Statistic::initTime |
( |
| ) |
|
|
inlinenoexcept |
33 if (a_initTime == 0) {
34 Guard guard (
this,
"Statistic::initTime");
static Millisecond millisecond()
Definition: functions.hpp:379
◆ resetError()
void test::Statistic::resetError |
( |
| ) |
|
|
inlinenoexcept |
51 if (a_errorCounter > 0) {
52 Guard guard (
this,
"Statistic::countError");
The documentation for this class was generated from the following file: