#include <qstring.h>
#include <qmap.h>
Go to the source code of this file.
Classes | |
class | Profiler |
struct | Profiler::profile_data |
class | TimeProfiler |
class | MemProfiler |
class | BlockProfiler |
Functions | |
static __inline__ unsigned long long int | rdtsc () |
Variables | |
TimeProfiler | global_time_profiler |
MemProfiler | global_mem_profiler |
static __inline__ unsigned long long int rdtsc | ( | ) | [static] |
Definition at line 36 of file debug-profiler.h.
Referenced by TimeProfiler::getCounter().