AYON Cpp Api  0.1.0
Loading...
Searching...
No Matches
devMacros.h
Go to the documentation of this file.
1#ifndef DEV_MACRO_H
2#define DEV_MACRO_H
3
4#if JTRACE == 1
5 #include "Instrumentor.h"
6 #define PerfTimer(x) InstrumentationTimer timer(x);
7#else
8 #define PerfTimer(x)
9#endif
10
11#endif // DEV_MACRO_H