kradio4  r778
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Functions | Variables
debug-profiler.h File Reference
#include <QtCore/QString>
#include <QtCore/QMap>
#include <kdemacros.h>
Include dependency graph for debug-profiler.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

KDE_EXPORT TimeProfiler global_time_profiler
KDE_EXPORT MemProfiler global_mem_profiler

Function Documentation

static __inline__ unsigned long long int rdtsc ( )
static

Definition at line 37 of file debug-profiler.h.

Referenced by TimeProfiler::getCounter().


Variable Documentation

KDE_EXPORT MemProfiler global_mem_profiler
KDE_EXPORT TimeProfiler global_time_profiler