Go to the documentation of this file. 11 #ifndef SE_TIMINGS_HPP 12 #define SE_TIMINGS_HPP 16 #define TICK(str) se::perfstats.sampleDurationStart(str); 17 #define TICKD(str) se::perfstats.sampleDurationStart(str, true); 18 #define TOCK(str) se::perfstats.sampleDurationEnd(str); 20 #endif // SE_TIMINGS_HPP