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::secondary_data< T > Struct Template Reference

trait that signifies that secondary data resembling the original data exists but should be another node entry in the graph. These types must provide a get_secondary() member function and that member function must return a pair-wise iterable container, e.g. std::map, of types: More...

#include "timemory/mpl/type_traits.hpp"

+ Collaboration diagram for tim::trait::secondary_data< T >:

Detailed Description

template<typename T>
struct tim::trait::secondary_data< T >

trait that signifies that secondary data resembling the original data exists but should be another node entry in the graph. These types must provide a get_secondary() member function and that member function must return a pair-wise iterable container, e.g. std::map, of types:

  • std::string
  • value_type

Definition at line 413 of file type_traits.hpp.


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