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::operation::cleanup< Tp > Struct Template Reference

This class executes a cleanup routine at the end of the application. More...

#include "timemory/operations/types/cleanup.hpp"

+ Collaboration diagram for tim::operation::cleanup< Tp >:

Public Types

using type = Tp
 

Public Member Functions

 cleanup ()
 

Detailed Description

template<typename Tp>
struct tim::operation::cleanup< Tp >

This class executes a cleanup routine at the end of the application.

Definition at line 46 of file cleanup.hpp.

Member Typedef Documentation

◆ type

template<typename Tp >
using tim::operation::cleanup< Tp >::type = Tp

Definition at line 48 of file cleanup.hpp.

Constructor & Destructor Documentation

◆ cleanup()

template<typename Tp >
tim::operation::cleanup< Tp >::cleanup ( )
inline

Definition at line 50 of file cleanup.hpp.

50{ sfinae(0, 0); }

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