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.
trace.hpp File Reference
#include <atomic>
#include <cstdint>
#include <limits>
#include <type_traits>
#include <utility>
+ Include dependency graph for trace.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tim::trace::trace
 Prevents recursion with a thread for tracing functions. See also. More...
 
struct  tim::trace::region
 Prevents recursion within a thread for region functions. See also. More...
 
struct  tim::trace::library
 
struct  tim::trace::compiler
 Prevents recursion within a thread for compiler instrumentation functions. See also. More...
 
struct  tim::trace::threading
 
struct  tim::trace::lock< Tp, true >
 
struct  tim::trace::lock< Tp, false >
 

Namespaces

namespace  tim
 
namespace  tim::trace
 

Detailed Description

Header file for library tracing operations

Definition in file trace.hpp.