We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806adee commit e9bad32Copy full SHA for e9bad32
core/include/measurement.hpp
@@ -49,6 +49,7 @@ __attribute__((always_inline)) inline void measurement_start() {
49
50
__attribute__((always_inline)) inline void measurement_stop(
51
const std::string& name) {
52
+ CALLGRIND_STOP_INSTRUMENTATION;
53
instrument_hooks_stop_benchmark(get_hooks());
54
55
#ifdef _WIN32
0 commit comments