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

#include "timemory/trace.hpp"

+ Collaboration diagram for tim::trace::threading:

Public Types

using type = std::false_type
 

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

Definition at line 116 of file trace.hpp.

Member Typedef Documentation

◆ type

using tim::trace::threading::type = std::false_type

Definition at line 118 of file trace.hpp.

Member Data Documentation

◆ value

constexpr bool tim::trace::threading::value = false
staticconstexpr

Definition at line 119 of file trace.hpp.


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