trace.h File Reference
#include "ttg/util/print.h"

Namespaces

 ttg
 top-level TTG namespace contains runtime-neutral functionality
 
 ttg::detail
 

Functions

bool & ttg::detail::trace_accessor ()
 
constexpr bool ttg::trace_enabled ()
 returns whether tracing was enabled at configure time More...
 
bool ttg::tracing ()
 returns whether tracing is enabled More...
 
void ttg::trace_on ()
 enables tracing; if trace_enabled()==true this has no effect More...
 
void ttg::trace_off ()
 disables tracing; if trace_enabled()==true this has no effect More...
 
template<typename T , typename... Ts>
void ttg::trace (const T &t, const Ts &... ts)