#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 | 
| 
 | inline | 
| 
 | inline | 
Definition at line 136 of file perfmon.h.
References counter, osl::misc::PerfMon::message(), and message.
| 
 | inline | 
| 
 | private | 
Definition at line 127 of file perfmon.h.
Referenced by count(), and ~Counter().
| 
 | private | 
Definition at line 128 of file perfmon.h.
Referenced by ~Counter().
 1.8.4
 1.8.4