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::trait::dynamic_base< Tp > Struct Template Reference

trait that designates the type the static polymorphic base class (tim::component::base) inherit from. More...

#include "timemory/components/base/types.hpp"

+ Collaboration diagram for tim::trait::dynamic_base< Tp >:

Public Types

using type = component::empty_base
 

Detailed Description

template<typename Tp>
struct tim::trait::dynamic_base< Tp >

trait that designates the type the static polymorphic base class (tim::component::base) inherit from.

Definition at line 114 of file types.hpp.

Member Typedef Documentation

◆ type

Definition at line 116 of file types.hpp.


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