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::compiler Struct Reference

Prevents recursion within a thread for compiler instrumentation functions. See also. More...

#include "timemory/trace.hpp"

+ Collaboration diagram for tim::trace::compiler:

Public Types

using type = std::true_type
 

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

Prevents recursion within a thread for compiler instrumentation 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

Definition at line 101 of file trace.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 103 of file trace.hpp.

Member Data Documentation

◆ value

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

Definition at line 104 of file trace.hpp.


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