supereight
Macros
timings.hpp File Reference
#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);
 

Macro Definition Documentation

◆ TICK

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

◆ TICKD

#define TICKD (   str)    se::perfstats.sampleDurationStart(str, true);

◆ TOCK

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