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.
components.hpp File Reference

Implementation of the user_bundle component(s) More...

#include "timemory/api.hpp"
#include "timemory/components/base.hpp"
#include "timemory/components/user_bundle/backends.hpp"
#include "timemory/components/user_bundle/types.hpp"
#include "timemory/enum.h"
#include "timemory/mpl/apply.hpp"
#include "timemory/mpl/types.hpp"
#include "timemory/runtime/configure.hpp"
#include "timemory/runtime/types.hpp"
#include "timemory/settings/declaration.hpp"
#include "timemory/units.hpp"
#include "timemory/utility/utility.hpp"
#include <algorithm>
#include <functional>
#include <regex>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
+ Include dependency graph for components.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tim::component::user_bundle< Idx, Tag >
 

Namespaces

namespace  tim
 
namespace  tim::env
 
namespace  tim::component
 

Typedefs

using tim::env::user_bundle_spec_t = std::function< std::string()>
 
using tim::env::user_bundle_variables_t = std::unordered_map< size_t, std::vector< user_bundle_spec_t > >
 

Functions

template<typename ApiT >
user_bundle_variables_t & tim::env::get_user_bundle_variables (ApiT)
 non-static so that projects can globally change this for their project/API More...
 
user_bundle_variables_t & tim::env::get_user_bundle_variables (TIMEMORY_API)
 static so that projects cannot globally change this More...
 
user_bundle_variables_t & tim::env::get_user_bundle_variables (project::kokkosp)
 
std::vector< TIMEMORY_COMPONENTtim::env::get_bundle_components (const std::vector< user_bundle_spec_t > &_priority)
 
template<size_t Idx, typename Api , typename AltApi = Api>
void tim::env::initialize_bundle (AltApi _api=AltApi{})
 

Detailed Description

Implementation of the user_bundle component(s)

Definition in file components.hpp.