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 #include <blaze/system/Debugging.h>
44 #if BLAZE_USE_FUNCTION_TRACES
46 #endif
47 
48 
49 
50 
51 //=================================================================================================
52 //
53 // BLAZE_FUNCTION_TRACE MACRO
54 //
55 //=================================================================================================
56 
57 //*************************************************************************************************
90 #if BLAZE_USE_FUNCTION_TRACES
91 # define BLAZE_FUNCTION_TRACE \
92  blaze::FunctionTrace BLAZE_FUNCTION_TRACE_OBJECT( __FILE__, BLAZE_SIGNATURE )
93 #else
94 # define BLAZE_FUNCTION_TRACE
95 #endif
96 //*************************************************************************************************
97 
98 #endif
Header file for the FunctionTrace class.
System settings for the debugging policy of the Blaze library.