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.
papi_common.hpp File Reference
#include "timemory/components/papi/backends.hpp"
#include "timemory/components/papi/types.hpp"
#include "timemory/mpl/apply.hpp"
#include "timemory/mpl/policy.hpp"
#include "timemory/mpl/types.hpp"
#include "timemory/settings/declaration.hpp"
#include "timemory/units.hpp"
#include <algorithm>
#include <array>
#include <functional>
#include <memory>
#include <string>
#include <vector>
+ Include dependency graph for papi_common.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tim::component::papi_common
 
struct  tim::component::papi_common::state_data
 
struct  tim::component::papi_common::common_data
 

Namespaces

namespace  tim
 
namespace  tim::component
 

Class Documentation

◆ tim::component::papi_common::state_data

struct tim::component::papi_common::state_data

Definition at line 70 of file papi_common.hpp.

+ Collaboration diagram for tim::component::papi_common::state_data:
Class Members
bool is_finalized
bool is_initialized
bool is_working

◆ tim::component::papi_common::common_data

struct tim::component::papi_common::common_data

Definition at line 81 of file papi_common.hpp.

+ Collaboration diagram for tim::component::papi_common::common_data:
Class Members
int event_set
vector_t< int > events
bool is_configured
bool is_fixed