|
APM:Libraries
|
#include <Perf_Lttng.h>
Public Member Functions | |
| void | begin (const char *name) |
| void | end (const char *name) |
| void | count (const char *name, uint64_t val) |
Definition at line 23 of file Perf_Lttng.h.
| void Perf_Lttng::begin | ( | const char * | name | ) |
Definition at line 49 of file Perf_Lttng.cpp.
Referenced by Linux::Perf::begin().
| void Perf_Lttng::count | ( | const char * | name, |
| uint64_t | val | ||
| ) |
Definition at line 51 of file Perf_Lttng.cpp.
Referenced by Linux::Perf::count().
| void Perf_Lttng::end | ( | const char * | name | ) |
Definition at line 50 of file Perf_Lttng.cpp.
Referenced by Linux::Perf::end().
1.8.13