|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
#include "ttg/util/print.h"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) |
1.9.8