#include <perfmon.h>
Public メソッド | |
CounterPair (std::string const &m) | |
CounterPair (const char *file, const char *function, int line) | |
void | count1 () |
void | count2 () |
~CounterPair () | |
Private 変数 | |
unsigned long long int | counter1 |
unsigned long long int | counter2 |
std::string | message |
osl::misc::CounterPair::CounterPair | ( | const char * | file, | |
const char * | function, | |||
int | line | |||
) |
perfmon.cc の 27 行で定義されています。
osl::misc::CounterPair::~CounterPair | ( | ) |
perfmon.cc の 33 行で定義されています。
unsigned long long int osl::misc::CounterPair::counter1 [private] |
参照元 count1(), と ~CounterPair().
unsigned long long int osl::misc::CounterPair::counter2 [private] |
参照元 count2(), と ~CounterPair().
std::string osl::misc::CounterPair::message [private] |
参照元 ~CounterPair().