OpenVPN 3 Core Library
|
Public Member Functions | |
void | add (const int value) |
int | mean () const |
void | check_mean_range (const std::string &title, const int low, const int hi) const |
int | count () const |
std::string | to_string () const |
Private Attributes | |
int | count_ = 0 |
int | sum_ = 0 |
Definition at line 20 of file test_time.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 51 of file test_time.cpp.
|
private |
Definition at line 52 of file test_time.cpp.