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.
tim::trace::region Struct Reference

Prevents recursion within a thread for region functions. See also. More...

#include "timemory/trace.hpp"

+ Collaboration diagram for tim::trace::region:

Public Types

using type = std::true_type
 

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

Prevents recursion within a thread for region functions. See also.

Prevents recursion within a process for threading wrappers. See also.

Prevents recursion within a thread for library functions. See also.

See also
tim::trace::lock
if(!lk)
return;
A lightweight synchronization object for preventing recursion. The first template parameter should ha...
Definition: trace.hpp:135
See also
tim::trace::lock
See also
tim::trace::lock

Definition at line 71 of file trace.hpp.

Member Typedef Documentation

◆ type

using tim::trace::region::type = std::true_type

Definition at line 73 of file trace.hpp.

Member Data Documentation

◆ value

constexpr bool tim::trace::region::value = true
staticconstexpr

Definition at line 74 of file trace.hpp.


The documentation for this struct was generated from the following file: