#include <perfmon.h>
Public Member Functions | |
| TSC (const char *m) | |
| void | start () |
| void | stop () |
| ~TSC () | |
Private Attributes | |
| unsigned long long | start_time |
| unsigned long long | sum_time |
| long long int | counter |
| std::string | message |
| osl::misc::TSC::TSC | ( | const char * | m | ) | [inline] |
| osl::misc::TSC::~TSC | ( | ) | [inline] |
| void osl::misc::TSC::start | ( | ) | [inline] |
Definition at line 91 of file perfmon.h.
References counter, and start_time.
| void osl::misc::TSC::stop | ( | ) | [inline] |
Definition at line 106 of file perfmon.h.
References start_time, and sum_time.
long long int osl::misc::TSC::counter [private] |
std::string osl::misc::TSC::message [private] |
unsigned long long osl::misc::TSC::start_time [private] |
unsigned long long osl::misc::TSC::sum_time [private] |
1.7.6.1