FunctionTrace.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_UTIL_FUNCTIONTRACE_H_
36 #define _BLAZE_UTIL_FUNCTIONTRACE_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #if BLAZE_USE_FUNCTION_TRACES
45 #endif
46 
47 
48 
49 
50 //=================================================================================================
51 //
52 // BLAZE_FUNCTION_TRACE MACRO
53 //
54 //=================================================================================================
55 
56 //*************************************************************************************************
89 #if BLAZE_USE_FUNCTION_TRACES
90 # define BLAZE_FUNCTION_TRACE \
91  blaze::FunctionTrace BLAZE_FUNCTION_TRACE_OBJECT( __FILE__, BLAZE_SIGNATURE )
92 #else
93 # define BLAZE_FUNCTION_TRACE
94 #endif
95 //*************************************************************************************************
96 
97 #endif
Header file for the FunctionTrace class.