MADNESS  version 0.9
TAU.h
Go to the documentation of this file.
1 #ifndef __TAU_MADNESS_H__
2 #define __TAU_MADNESS_H__
3 
4 #ifndef PROFILING_ON
5 
6 #define TAU_START(a)
7 #define TAU_STOP(a)
8 
9 #else
10 
11 #define TAU_ENABLED
12 #include <Profile/Profiler.h>
13 
14 #endif /* PROFILING_ON */
15 
16 #endif /* __TAU_MADNESS_H__ */