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::operation::is_enabled< Up > Struct Template Reference

#include "timemory/operations/types.hpp"

+ Collaboration diagram for tim::operation::is_enabled< Up >:

Public Types

using Vp = typename Up::value_type
 

Static Public Attributes

static constexpr bool value = trait::is_available<Up>::value && has_data<Up>::value
 

Detailed Description

template<typename Up>
struct tim::operation::is_enabled< Up >

Definition at line 140 of file types.hpp.

Member Typedef Documentation

◆ Vp

template<typename Up >
using tim::operation::is_enabled< Up >::Vp = typename Up::value_type

Definition at line 143 of file types.hpp.

Member Data Documentation

◆ value

template<typename Up >
constexpr bool tim::operation::is_enabled< Up >::value = trait::is_available<Up>::value && has_data<Up>::value
staticconstexpr

Definition at line 144 of file types.hpp.


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