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
4
5#if JTRACE == 1
6 #include "Instrumentor.h"
7 #define PerfTimer(x) InstrumentationTimer timer(x);
8#else
9 #define PerfTimer(x)
10#endif
11
12// #if PERFPRINT == 1
13// #include "perfPrinter.h"
14// #define PerfTimer(x) perfperfPrinter perperfPrinter(x);
15// #else
16// #define PerfTimer(x)
17// #endif
18
19#endif // DEV_MACRO_H