timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
signals.hpp File Reference
#include "timemory/backends/dmp.hpp"
#include "timemory/backends/process.hpp"
#include "timemory/backends/signals.hpp"
#include "timemory/backends/threading.hpp"
#include "timemory/utility/declaration.hpp"
#include "timemory/utility/macros.hpp"
#include "timemory/utility/utility.hpp"
#include <cfenv>
#include <csignal>
#include <initializer_list>
#include <set>
#include <type_traits>
#include "timemory/utility/bits/signals.hpp"
+ Include dependency graph for signals.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tim
 

Functions

bool tim::enable_signal_detection (signal_settings::signal_set_t=signal_settings::get_default())
 
template<typename Tp , enable_if_t<!std::is_enum< Tp >::value &&std::is_integral< Tp >::value > = 0>
bool tim::enable_signal_detection (std::initializer_list< Tp > &&)
 
void tim::disable_signal_detection ()
 
void tim::update_signal_detection (const signal_settings::signal_set_t &_signals)