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::component::static_properties< Tp, true > Struct Template Reference

#include "timemory/components/properties.hpp"

+ Collaboration diagram for tim::component::static_properties< Tp, true >:

Static Public Member Functions

static bool matches (int)
 
static bool matches (const char *)
 
static bool matches (const std::string &)
 

Detailed Description

template<typename Tp>
struct tim::component::static_properties< Tp, true >

Definition at line 180 of file properties.hpp.

Member Function Documentation

◆ matches() [1/3]

template<typename Tp >
static bool tim::component::static_properties< Tp, true >::matches ( const char *  )
inlinestatic

Definition at line 183 of file properties.hpp.

183{ return false; }

◆ matches() [2/3]

template<typename Tp >
static bool tim::component::static_properties< Tp, true >::matches ( const std::string &  )
inlinestatic

Definition at line 184 of file properties.hpp.

184{ return false; }

◆ matches() [3/3]

template<typename Tp >
static bool tim::component::static_properties< Tp, true >::matches ( int  )
inlinestatic

Definition at line 182 of file properties.hpp.

182{ return false; }

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