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
Instrumentor.h
src
AyonCppApi
devMacros.h
Generated on Thu Dec 12 2024 14:32:23 for AYON Cpp Api by
1.9.5. Dark theme by
Tilen Majerle
. All rights reserved.