#include <perfmon.h>
Public Member Functions | |
Counter (const char *m) | |
Counter (std::string const &m) | |
void | count () |
~Counter () | |
Private Attributes | |
unsigned long long int | counter |
std::string | message |
osl::misc::Counter::Counter | ( | const char * | m | ) | [inline] |
osl::misc::Counter::Counter | ( | std::string const & | m | ) | [inline] |
osl::misc::Counter::~Counter | ( | ) | [inline] |
void osl::misc::Counter::count | ( | ) | [inline] |
unsigned long long int osl::misc::Counter::counter [private] |
Definition at line 127 of file perfmon.h.
Referenced by count(), and ~Counter().
std::string osl::misc::Counter::message [private] |
Definition at line 128 of file perfmon.h.
Referenced by ~Counter().