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

#include "timemory/trace.hpp"

+ Collaboration diagram for tim::trace::library:

Public Types

using type = std::true_type
 

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

Definition at line 86 of file trace.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 88 of file trace.hpp.

Member Data Documentation

◆ value

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

Definition at line 89 of file trace.hpp.


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