timemory  3.2.1
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 Member Functions

void start ()
 

Static Public Member Functions

static std::string label ()
 
static std::string description ()
 
static void stop ()
 

Detailed Description

Dumps the craypat heap statistics.

Definition at line 267 of file components.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'"; }

◆ 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: