LibreOffice Module test (master) 1
|
#include <test/callgrind.hxx>
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) |
Definition at line 18 of file callgrind.cxx.
#define CALLGRIND_START_INSTRUMENTATION |
Definition at line 15 of file callgrind.cxx.
#define CALLGRIND_STOP_INSTRUMENTATION |
Definition at line 17 of file callgrind.cxx.
#define CALLGRIND_ZERO_STATS |
Definition at line 16 of file callgrind.cxx.
void callgrindDump | ( | const char * | name | ) |
Definition at line 27 of file callgrind.cxx.
References CALLGRIND_DUMP_STATS_AT, CALLGRIND_STOP_INSTRUMENTATION, and name.
Referenced by apitest::XReplaceable::testReplaceAll().
void callgrindStart | ( | ) |
Definition at line 21 of file callgrind.cxx.
References CALLGRIND_START_INSTRUMENTATION, and CALLGRIND_ZERO_STATS.
Referenced by apitest::XReplaceable::testReplaceAll().