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.
declaration.hpp File Reference
#include "timemory/environment/macros.hpp"
#include "timemory/environment/types.hpp"
#include "timemory/macros/compiler.hpp"
#include "timemory/macros/os.hpp"
#include "timemory/tpls/cereal/cereal.hpp"
#include "timemory/utility/macros.hpp"
#include "timemory/utility/utility.hpp"
#include <cassert>
#include <cstdlib>
#include <functional>
#include <iosfwd>
#include <map>
#include <mutex>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for declaration.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tim::env_settings
 

Namespaces

namespace  tim
 

Functions

template<typename Tp >
Tp tim::get_env (const std::string &env_id, Tp _default, bool _store)
 
template<typename Tp >
Tp tim::get_env_choice (const std::string &env_id, Tp _default, std::set< Tp > _choices, bool _store)
 
template<typename Tp >
Tp tim::load_env (const std::string &env_id, Tp _default)
 
template<typename Tp >
void tim::set_env (const std::string &env_var, const Tp &_val, int override)
 
template<typename FuncT >
void tim::print_env (std::ostream &os, FuncT &&_filter)
 Print all environment queries and their values which satisfy the filter conditions. More...