|
ttg 1.0.0-alpha
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
#include <backtrace.h>
Public Member Functions | |
| Backtrace (const std::string &prefix=std::string("")) | |
| Backtrace (const Backtrace &) | |
| bool | empty () const |
| std::string | str (const size_t nframes_to_skip=0) const |
Creates a backtrace of a running program/thread. Example of use:
Definition at line 50 of file backtrace.h.
| ttg::detail::Backtrace::Backtrace | ( | const std::string & | prefix = std::string("") | ) |
| prefix | will be prepended to each line |
Definition at line 51 of file backtrace.cpp.
| ttg::detail::Backtrace::Backtrace | ( | const Backtrace & | other | ) |
Definition at line 152 of file backtrace.cpp.
|
inline |
Definition at line 61 of file backtrace.h.
| std::string ttg::detail::Backtrace::str | ( | const size_t | nframes_to_skip = 0 | ) | const |
converts to a string
| nframes_to_skip | how many frames to skip |
Definition at line 154 of file backtrace.cpp.
1.9.8