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::quirk::auto_start Struct Reference

Will cause non-auto bundlers to invoke start() during construction. If included as a template parameter of the bundler, it will have no effect. Usage: More...

#include "timemory/mpl/quirks.hpp"

+ Collaboration diagram for tim::quirk::auto_start:

Detailed Description

Will cause non-auto bundlers to invoke start() during construction. If included as a template parameter of the bundler, it will have no effect. Usage:

// usage as template parameter
void bar()
{
using bundle_t = tim::component_tuple<foo>;
// usage in constructor
}
This is a variadic component wrapper where all components are allocated on the stack and cannot be di...
a variadic type which holds zero or more quirks that are passed to the constructor of a component bun...
Definition: quirks.hpp:39

Definition at line 87 of file quirks.hpp.


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