ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Namespaces | Functions
trace.h File Reference
#include "ttg/util/print.h"
Include dependency graph for trace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

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