#include <perfmon.h>
Public Member Functions | |
void | restart () |
PerfMon () | |
unsigned long long | stop () |
void | stop (const char *message, int loop) |
Static Public Member Functions | |
static void | message (unsigned long long cycles, const char *message, long long int loop) |
Private Attributes | |
rusage | start_time |
osl::misc::PerfMon::PerfMon | ( | ) | [inline] |
void osl::misc::PerfMon::message | ( | unsigned long long | cycles, |
const char * | message, | ||
long long int | loop | ||
) | [static] |
Definition at line 9 of file perfmon.cc.
Referenced by stop().
void osl::misc::PerfMon::restart | ( | ) | [inline] |
unsigned long long osl::misc::PerfMon::stop | ( | ) | [inline] |
Definition at line 51 of file perfmon.h.
References start_time.
Referenced by main(), qsearch(), run(), search(), stop(), test_position(), and testWinOrLose().
void osl::misc::PerfMon::stop | ( | const char * | message, |
int | loop | ||
) | [inline] |
rusage osl::misc::PerfMon::start_time [private] |