Qt 4.8
|
#include "valgrind_p.h"
Go to the source code of this file.
Macros | |
#define | CALLGRIND_DUMP_STATS |
#define | CALLGRIND_DUMP_STATS_AT(pos_str) |
#define | CALLGRIND_START_INSTRUMENTATION |
#define | CALLGRIND_STOP_INSTRUMENTATION |
#define | CALLGRIND_TOGGLE_COLLECT |
#define | CALLGRIND_ZERO_STATS |
Enumerations | |
enum | Vg_CallgrindClientRequest { VG_USERREQ__DUMP_STATS = VG_USERREQ_TOOL_BASE('C','T'), VG_USERREQ__ZERO_STATS, VG_USERREQ__TOGGLE_COLLECT, VG_USERREQ__DUMP_STATS_AT, VG_USERREQ__START_INSTRUMENTATION, VG_USERREQ__STOP_INSTRUMENTATION } |
#define CALLGRIND_DUMP_STATS |
Definition at line 85 of file callgrind_p.h.
Referenced by QBenchmarkCallgrindMeasurer::checkpoint().
#define CALLGRIND_DUMP_STATS_AT | ( | pos_str | ) |
Definition at line 96 of file callgrind_p.h.
#define CALLGRIND_START_INSTRUMENTATION |
Definition at line 126 of file callgrind_p.h.
#define CALLGRIND_STOP_INSTRUMENTATION |
Definition at line 140 of file callgrind_p.h.
#define CALLGRIND_TOGGLE_COLLECT |
Definition at line 115 of file callgrind_p.h.
#define CALLGRIND_ZERO_STATS |
Definition at line 104 of file callgrind_p.h.
Referenced by QBenchmarkCallgrindMeasurer::start().
Enumerator | |
---|---|
VG_USERREQ__DUMP_STATS | |
VG_USERREQ__ZERO_STATS | |
VG_USERREQ__TOGGLE_COLLECT | |
VG_USERREQ__DUMP_STATS_AT | |
VG_USERREQ__START_INSTRUMENTATION | |
VG_USERREQ__STOP_INSTRUMENTATION |
Definition at line 74 of file callgrind_p.h.