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.
definition.hpp File Reference
#include "timemory/components/opaque/declaration.hpp"
#include "timemory/components/opaque/types.hpp"
#include "timemory/mpl/apply.hpp"
#include "timemory/mpl/concepts.hpp"
#include "timemory/mpl/type_traits.hpp"
#include "timemory/mpl/types.hpp"
#include "timemory/operations/types.hpp"
#include "timemory/operations/types/sample.hpp"
#include "timemory/variadic/functional.hpp"
#include <cassert>
#include <cstdint>
#include <functional>
#include <set>
#include <string>
+ Include dependency graph for definition.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tim::component::factory::hidden::opaque_typeids< T, false >
 
struct  tim::component::factory::hidden::opaque_typeids< TupleT< T... >, false >
 
struct  tim::component::factory::hidden::opaque_typeids< TupleT< T... >, true >
 

Namespaces

namespace  tim
 
namespace  tim::component
 
namespace  tim::component::factory
 
namespace  tim::component::factory::hidden
 

Functions

template<typename Toolset >
enable_if_t<!concepts::is_wrapper< Toolset >::value &&trait::is_available< Toolset >::value, opaque > tim::component::factory::hidden::get_opaque (scope::config _scope)
 
template<typename Toolset , typename... Args>
enable_if_t< concepts::is_wrapper< Toolset >::value, opaque > tim::component::factory::hidden::get_opaque (scope::config _scope, Args... args)
 
template<typename Toolset , typename... Args>
enable_if_t<!trait::is_available< Toolset >::value, opaque > tim::component::factory::hidden::get_opaque (scope::config, Args &&...)
 
template<typename Toolset , typename Arg , typename... Args>
opaque tim::component::factory::get_opaque (Arg &&arg, Args &&... args)
 
template<typename Toolset >
opaque tim::component::factory::get_opaque ()
 
template<typename Toolset >
opaque tim::component::factory::get_opaque (scope::config _scope)
 
template<typename Toolset >
std::set< size_t > tim::component::factory::get_typeids ()