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

trait that configures type to not report the "UNITS" column (useful if always empty). Only applies to text output and does NOT affect whether statistics are accumulated. For disabling statistics completely, see tim::trait::record_statistics and tim::policy::record_statistics. More...

#include "timemory/mpl/type_traits.hpp"

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

Detailed Description

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

trait that configures type to not report the "UNITS" column (useful if always empty). Only applies to text output and does NOT affect whether statistics are accumulated. For disabling statistics completely, see tim::trait::record_statistics and tim::policy::record_statistics.

Definition at line 774 of file type_traits.hpp.


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