supereight
Loading...
Searching...
No Matches
Macros
timings.hpp File Reference
#include "perfstats.hpp"
Include dependency graph for timings.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TICK(str)   se::perfstats.sampleDurationStart(str);
 
#define TOCK(str)   se::perfstats.sampleDurationEnd(str);
 

Macro Definition Documentation

◆ TICK

#define TICK (   str)    se::perfstats.sampleDurationStart(str);

◆ TOCK

#define TOCK (   str)    se::perfstats.sampleDurationEnd(str);