Qt 4.8
Macros | Enumerations
callgrind_p.h File Reference
#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
}
 

Macro Definition Documentation

◆ CALLGRIND_DUMP_STATS

#define CALLGRIND_DUMP_STATS
Value:
{unsigned int _qzz_res; \
VALGRIND_DO_CLIENT_REQUEST(_qzz_res, 0, \
0, 0, 0, 0, 0); \
}

Definition at line 85 of file callgrind_p.h.

Referenced by QBenchmarkCallgrindMeasurer::checkpoint().

◆ CALLGRIND_DUMP_STATS_AT

#define CALLGRIND_DUMP_STATS_AT (   pos_str)
Value:
{unsigned int _qzz_res; \
VALGRIND_DO_CLIENT_REQUEST(_qzz_res, 0, \
pos_str, 0, 0, 0, 0); \
}

Definition at line 96 of file callgrind_p.h.

◆ CALLGRIND_START_INSTRUMENTATION

#define CALLGRIND_START_INSTRUMENTATION
Value:
{unsigned int _qzz_res; \
VALGRIND_DO_CLIENT_REQUEST(_qzz_res, 0, \
0, 0, 0, 0, 0); \
}

Definition at line 126 of file callgrind_p.h.

◆ CALLGRIND_STOP_INSTRUMENTATION

#define CALLGRIND_STOP_INSTRUMENTATION
Value:
{unsigned int _qzz_res; \
VALGRIND_DO_CLIENT_REQUEST(_qzz_res, 0, \
0, 0, 0, 0, 0); \
}

Definition at line 140 of file callgrind_p.h.

◆ CALLGRIND_TOGGLE_COLLECT

#define CALLGRIND_TOGGLE_COLLECT
Value:
{unsigned int _qzz_res; \
VALGRIND_DO_CLIENT_REQUEST(_qzz_res, 0, \
0, 0, 0, 0, 0); \
}

Definition at line 115 of file callgrind_p.h.

◆ CALLGRIND_ZERO_STATS

#define CALLGRIND_ZERO_STATS
Value:
{unsigned int _qzz_res; \
VALGRIND_DO_CLIENT_REQUEST(_qzz_res, 0, \
0, 0, 0, 0, 0); \
}

Definition at line 104 of file callgrind_p.h.

Referenced by QBenchmarkCallgrindMeasurer::start().

Enumeration Type Documentation

◆ Vg_CallgrindClientRequest

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.