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.
tim::component::craypat_heap_stats Struct Reference

Dumps the craypat heap statistics. More...

#include "timemory/components/craypat/components.hpp"

+ Collaboration diagram for tim::component::craypat_heap_stats:

Public Types

using storage_type = empty_storage
 
using base_type = void
 

Public Member Functions

void start ()
 
void get () const
 

Static Public Member Functions

static std::string label ()
 
static std::string description ()
 
static void stop ()
 
template<typename... Args>
static opaque get_opaque (Args &&...)
 

Detailed Description

Dumps the craypat heap statistics.

Definition at line 267 of file components.hpp.

Member Typedef Documentation

◆ base_type

using tim::component::empty_base::base_type = void
inherited

Definition at line 67 of file declaration.hpp.

◆ storage_type

Definition at line 66 of file declaration.hpp.

Member Function Documentation

◆ description()

static std::string tim::component::craypat_heap_stats::description ( )
inlinestatic

Definition at line 270 of file components.hpp.

270{ return "Undocumented by 'pat_api.h'"; }

◆ get()

void tim::component::empty_base::get ( ) const
inlineinherited

Definition at line 69 of file declaration.hpp.

69{}

◆ get_opaque()

template<typename... Args>
static opaque tim::component::empty_base::get_opaque ( Args &&  ...)
inlinestaticinherited

Definition at line 72 of file declaration.hpp.

73 {
74 return opaque{};
75 }

◆ label()

static std::string tim::component::craypat_heap_stats::label ( )
inlinestatic

Definition at line 269 of file components.hpp.

269{ return "craypat_heap_stats"; }

◆ start()

void tim::component::craypat_heap_stats::start ( )
inline

Definition at line 272 of file components.hpp.

272{}

◆ stop()

static void tim::component::craypat_heap_stats::stop ( )
inlinestatic

Definition at line 273 of file components.hpp.

273{ backend::craypat::heap_stats(); }

The documentation for this struct was generated from the following file: