|
supereight
|
#include "perfstats.hpp"Go to the source code of this file.
Macros | |
| #define | TICK(str) se::perfstats.sampleDurationStart(str); |
| #define | TICKD(str) se::perfstats.sampleDurationStart(str, true); |
| #define | TOCK(str) se::perfstats.sampleDurationEnd(str); |
| #define TICK | ( | str | ) | se::perfstats.sampleDurationStart(str); |
| #define TICKD | ( | str | ) | se::perfstats.sampleDurationStart(str, true); |
| #define TOCK | ( | str | ) | se::perfstats.sampleDurationEnd(str); |
1.8.13