LibreOffice Module test (master) 1
Macros | Functions
callgrind.cxx File Reference
#include <test/callgrind.hxx>
Include dependency graph for callgrind.cxx:

Go to the source code of this file.

Macros

#define CALLGRIND_START_INSTRUMENTATION
 
#define CALLGRIND_ZERO_STATS
 
#define CALLGRIND_STOP_INSTRUMENTATION
 
#define CALLGRIND_DUMP_STATS_AT(name)   (void)name;
 

Functions

void callgrindStart ()
 
void callgrindDump (const char *name)
 

Macro Definition Documentation

◆ CALLGRIND_DUMP_STATS_AT

#define CALLGRIND_DUMP_STATS_AT (   name)    (void)name;

Definition at line 18 of file callgrind.cxx.

◆ CALLGRIND_START_INSTRUMENTATION

#define CALLGRIND_START_INSTRUMENTATION

Definition at line 15 of file callgrind.cxx.

◆ CALLGRIND_STOP_INSTRUMENTATION

#define CALLGRIND_STOP_INSTRUMENTATION

Definition at line 17 of file callgrind.cxx.

◆ CALLGRIND_ZERO_STATS

#define CALLGRIND_ZERO_STATS

Definition at line 16 of file callgrind.cxx.

Function Documentation

◆ callgrindDump()

void callgrindDump ( const char *  name)

◆ callgrindStart()

void callgrindStart ( )