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::openmp Namespace Reference

Classes

struct  callback_connector
 
struct  context_handler
 

Functions

void ompt_suppress_unused_variable_warnings ()
 

Function Documentation

◆ ompt_suppress_unused_variable_warnings()

void tim::openmp::ompt_suppress_unused_variable_warnings ( )
inline

Definition at line 213 of file tool.hpp.

214{
216 ompt_task_status_labels, ompt_target_data_op_labels, ompt_work_labels,
217 ompt_target_type_labels, ompt_sync_region_type_labels, ompt_dispatch_type_labels,
218 ompt_thread_type_labels, ompt_cancel_type_labels, ompt_dependence_type_labels,
219 ompt_target_map_labels, ompt_task_type_labels, ompt_mutex_type_labels);
220}
void consume_parameters(ArgsT &&...)
Definition: types.hpp:285

References tim::consume_parameters().