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.
policy.hpp File Reference
#include "timemory/mpl/type_traits.hpp"
#include "timemory/mpl/types.hpp"
#include "timemory/tpls/cereal/archives.hpp"
#include <atomic>
#include <iosfwd>
#include <memory>
#include <tuple>
+ Include dependency graph for policy.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tim::policy::record_statistics< CompT, Tp >
 Specification of how to accumulate statistics. This will not be used unless tim::trait::statistics has been assigned a type and tim::trait::record_statistics is true. Set tim::trait::permissive_statistics to allow implicit conversions, e.g. int -> size_t. More...
 
struct  tim::policy::record_statistics< CompT, void >
 
struct  tim::policy::input_archive< Archive, Api >
 Provides a static get() function which returns a shared pointer to an instance of the given archive format for input. Can also provides static functions for any global configuration options, if necessary. More...
 
struct  tim::policy::input_archive< cereal::JSONInputArchive, Api >
 
struct  tim::policy::input_archive< cereal::PrettyJSONOutputArchive, Api >
 
struct  tim::policy::input_archive< cereal::MinimalJSONOutputArchive, Api >
 
struct  tim::policy::output_archive< Archive, Api >
 Provides a static get() function which return a shared pointer to an instance of the given archive format for output. Can also provide static functions for any global configuration options for the archive format. For example, the (pretty) JSON output archive supports specification of the precision, indentation length, and the indentation character. More...
 
struct  tim::policy::output_archive< cereal::PrettyJSONOutputArchive, Api >
 
struct  tim::policy::output_archive< cereal::MinimalJSONOutputArchive, Api >
 partial specialization for MinimalJSONOutputArchive More...
 
struct  tim::policy::instance_tracker< Tp, true >
 
struct  tim::policy::instance_tracker< Tp, false >
 

Namespaces

namespace  tim
 
namespace  tim::policy