#include <perfmon.h>
Public Member Functions | |
CounterPair (std::string const &m) | |
CounterPair (const char *file, const char *function, int line) | |
void | count1 () |
void | count2 () |
~CounterPair () | |
Private Attributes | |
unsigned long long int | counter1 |
unsigned long long int | counter2 |
std::string | message |
osl::misc::CounterPair::CounterPair | ( | std::string const & | m | ) | [inline] |
osl::misc::CounterPair::CounterPair | ( | const char * | file, |
const char * | function, | ||
int | line | ||
) |
Definition at line 27 of file perfmon.cc.
Definition at line 33 of file perfmon.cc.
void osl::misc::CounterPair::count1 | ( | ) | [inline] |
void osl::misc::CounterPair::count2 | ( | ) | [inline] |
unsigned long long int osl::misc::CounterPair::counter1 [private] |
unsigned long long int osl::misc::CounterPair::counter2 [private] |
std::string osl::misc::CounterPair::message [private] |