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::quirk::unsafe Struct Reference

When present, this argument instructs to skip any safety checks. Example checks include: checking whether a component is in a stop state before startings, checking whether a component has been started before stopping, checking whether push/pop has been applied before applying the inverse Usage: More...

#include "timemory/mpl/quirks.hpp"

+ Collaboration diagram for tim::quirk::unsafe:

Detailed Description

When present, this argument instructs to skip any safety checks. Example checks include: checking whether a component is in a stop state before startings, checking whether a component has been started before stopping, checking whether push/pop has been applied before applying the inverse Usage:

  • constructor of bundler within a tim::quirk::config object
  • bundler template parameter
  • first argument to a bundler member function

Definition at line 269 of file quirks.hpp.


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