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

trait that signifies the component will be providing it's own split load(...) and store(...) for serialization so do not provide one in the base class More...

#include "timemory/mpl/type_traits.hpp"

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

Detailed Description

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

trait that signifies the component will be providing it's own split load(...) and store(...) for serialization so do not provide one in the base class

Definition at line 431 of file type_traits.hpp.


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