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.
macros.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TIMEMORY_BLANK_OBJECT(type, ...)   TIMEMORY_BLANK_MARKER(type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_OBJECT(type, ...)   TIMEMORY_BASIC_MARKER(type, __VA_ARGS__)
 
#define TIMEMORY_OBJECT(type, ...)   TIMEMORY_MARKER(type, __VA_ARGS__)
 
#define TIMEMORY_BLANK_INSTANCE(type, ...)   TIMEMORY_BLANK_HANDLE(type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_INSTANCE(type, ...)   TIMEMORY_BASIC_HANDLE(type, __VA_ARGS__)
 
#define TIMEMORY_INSTANCE(type, ...)   TIMEMORY_HANDLE(type, __VA_ARGS__)
 
#define TIMEMORY_BLANK_AUTO_TUPLE(auto_tuple_type, ...)    TIMEMORY_BLANK_MARKER(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_AUTO_TUPLE(auto_tuple_type, ...)    TIMEMORY_BASIC_MARKER(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_AUTO_TUPLE(auto_tuple_type, ...)    TIMEMORY_MARKER(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_BLANK_AUTO_TUPLE_CALIPER(id, auto_tuple_type, ...)    TIMEMORY_BLANK_CALIPER(id, auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_AUTO_TUPLE_CALIPER(id, auto_tuple_type, ...)    TIMEMORY_BASIC_CALIPER(id, auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_AUTO_TUPLE_CALIPER(id, auto_tuple_type, ...)    TIMEMORY_CALIPER(id, auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_BLANK_AUTO_TUPLE_INSTANCE(auto_tuple_type, ...)    TIMEMORY_BLANK_HANDLE(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_AUTO_TUPLE_INSTANCE(auto_tuple_type, ...)    TIMEMORY_BASIC_HANDLE(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_AUTO_TUPLE_INSTANCE(auto_tuple_type, ...)    TIMEMORY_HANDLE(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_DEBUG_BASIC_AUTO_TUPLE(auto_tuple_type, ...)    TIMEMORY_DEBUG_BASIC_MARKER(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_DEBUG_AUTO_TUPLE(auto_tuple_type, ...)    TIMEMORY_DEBUG_MARKER(auto_tuple_type, __VA_ARGS__)
 
#define TIMEMORY_BLANK_AUTO_LIST(auto_list_type, ...)    TIMEMORY_BLANK_MARKER(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_AUTO_LIST(auto_list_type, ...)    TIMEMORY_BASIC_MARKER(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_AUTO_LIST(auto_list_type, ...)    TIMEMORY_MARKER(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_BLANK_AUTO_LIST_CALIPER(id, auto_list_type, ...)    TIMEMORY_BLANK_CALIPER(id, auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_AUTO_LIST_CALIPER(id, auto_list_type, ...)    TIMEMORY_BASIC_CALIPER(id, auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_AUTO_LIST_CALIPER(id, auto_list_type, ...)    TIMEMORY_CALIPER(id, auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_BLANK_AUTO_LIST_INSTANCE(auto_list_type, ...)    TIMEMORY_BLANK_HANDLE(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_BASIC_AUTO_LIST_INSTANCE(auto_list_type, ...)    TIMEMORY_BASIC_HANDLE(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_AUTO_LIST_INSTANCE(auto_list_type, ...)    TIMEMORY_HANDLE(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_DEBUG_BASIC_AUTO_LIST(auto_list_type, ...)    TIMEMORY_DEBUG_BASIC_MARKER(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_DEBUG_AUTO_LIST(auto_list_type, ...)    TIMEMORY_DEBUG_MARKER(auto_list_type, __VA_ARGS__)
 
#define TIMEMORY_CALIPER_MARK_STREAM_BEGIN(id, stream)    TIMEMORY_CALIPER_APPLY(id, mark_begin, stream)
 
#define TIMEMORY_CALIPER_MARK_STREAM_END(id, stream)    TIMEMORY_CALIPER_APPLY(id, mark_end, stream)
 

Detailed Description

Deprecated macros

Definition in file macros.hpp.

Macro Definition Documentation

◆ TIMEMORY_AUTO_LIST

#define TIMEMORY_AUTO_LIST (   auto_list_type,
  ... 
)     TIMEMORY_MARKER(auto_list_type, __VA_ARGS__)

Definition at line 151 of file macros.hpp.

◆ TIMEMORY_AUTO_LIST_CALIPER

#define TIMEMORY_AUTO_LIST_CALIPER (   id,
  auto_list_type,
  ... 
)     TIMEMORY_CALIPER(id, auto_list_type, __VA_ARGS__)

Definition at line 166 of file macros.hpp.

◆ TIMEMORY_AUTO_LIST_INSTANCE

#define TIMEMORY_AUTO_LIST_INSTANCE (   auto_list_type,
  ... 
)     TIMEMORY_HANDLE(auto_list_type, __VA_ARGS__)

Definition at line 181 of file macros.hpp.

◆ TIMEMORY_AUTO_TUPLE

#define TIMEMORY_AUTO_TUPLE (   auto_tuple_type,
  ... 
)     TIMEMORY_MARKER(auto_tuple_type, __VA_ARGS__)

Definition at line 92 of file macros.hpp.

◆ TIMEMORY_AUTO_TUPLE_CALIPER

#define TIMEMORY_AUTO_TUPLE_CALIPER (   id,
  auto_tuple_type,
  ... 
)     TIMEMORY_CALIPER(id, auto_tuple_type, __VA_ARGS__)

Definition at line 107 of file macros.hpp.

◆ TIMEMORY_AUTO_TUPLE_INSTANCE

#define TIMEMORY_AUTO_TUPLE_INSTANCE (   auto_tuple_type,
  ... 
)     TIMEMORY_HANDLE(auto_tuple_type, __VA_ARGS__)

Definition at line 122 of file macros.hpp.

◆ TIMEMORY_BASIC_AUTO_LIST

#define TIMEMORY_BASIC_AUTO_LIST (   auto_list_type,
  ... 
)     TIMEMORY_BASIC_MARKER(auto_list_type, __VA_ARGS__)

Definition at line 147 of file macros.hpp.

◆ TIMEMORY_BASIC_AUTO_LIST_CALIPER

#define TIMEMORY_BASIC_AUTO_LIST_CALIPER (   id,
  auto_list_type,
  ... 
)     TIMEMORY_BASIC_CALIPER(id, auto_list_type, __VA_ARGS__)

Definition at line 162 of file macros.hpp.

◆ TIMEMORY_BASIC_AUTO_LIST_INSTANCE

#define TIMEMORY_BASIC_AUTO_LIST_INSTANCE (   auto_list_type,
  ... 
)     TIMEMORY_BASIC_HANDLE(auto_list_type, __VA_ARGS__)

Definition at line 177 of file macros.hpp.

◆ TIMEMORY_BASIC_AUTO_TUPLE

#define TIMEMORY_BASIC_AUTO_TUPLE (   auto_tuple_type,
  ... 
)     TIMEMORY_BASIC_MARKER(auto_tuple_type, __VA_ARGS__)

Definition at line 88 of file macros.hpp.

◆ TIMEMORY_BASIC_AUTO_TUPLE_CALIPER

#define TIMEMORY_BASIC_AUTO_TUPLE_CALIPER (   id,
  auto_tuple_type,
  ... 
)     TIMEMORY_BASIC_CALIPER(id, auto_tuple_type, __VA_ARGS__)

Definition at line 103 of file macros.hpp.

◆ TIMEMORY_BASIC_AUTO_TUPLE_INSTANCE

#define TIMEMORY_BASIC_AUTO_TUPLE_INSTANCE (   auto_tuple_type,
  ... 
)     TIMEMORY_BASIC_HANDLE(auto_tuple_type, __VA_ARGS__)

Definition at line 118 of file macros.hpp.

◆ TIMEMORY_BASIC_INSTANCE

#define TIMEMORY_BASIC_INSTANCE (   type,
  ... 
)    TIMEMORY_BASIC_HANDLE(type, __VA_ARGS__)

Definition at line 69 of file macros.hpp.

◆ TIMEMORY_BASIC_OBJECT

#define TIMEMORY_BASIC_OBJECT (   type,
  ... 
)    TIMEMORY_BASIC_MARKER(type, __VA_ARGS__)

Definition at line 50 of file macros.hpp.

◆ TIMEMORY_BLANK_AUTO_LIST

#define TIMEMORY_BLANK_AUTO_LIST (   auto_list_type,
  ... 
)     TIMEMORY_BLANK_MARKER(auto_list_type, __VA_ARGS__)

Definition at line 143 of file macros.hpp.

◆ TIMEMORY_BLANK_AUTO_LIST_CALIPER

#define TIMEMORY_BLANK_AUTO_LIST_CALIPER (   id,
  auto_list_type,
  ... 
)     TIMEMORY_BLANK_CALIPER(id, auto_list_type, __VA_ARGS__)

Definition at line 158 of file macros.hpp.

◆ TIMEMORY_BLANK_AUTO_LIST_INSTANCE

#define TIMEMORY_BLANK_AUTO_LIST_INSTANCE (   auto_list_type,
  ... 
)     TIMEMORY_BLANK_HANDLE(auto_list_type, __VA_ARGS__)

Definition at line 173 of file macros.hpp.

◆ TIMEMORY_BLANK_AUTO_TUPLE

#define TIMEMORY_BLANK_AUTO_TUPLE (   auto_tuple_type,
  ... 
)     TIMEMORY_BLANK_MARKER(auto_tuple_type, __VA_ARGS__)

Definition at line 84 of file macros.hpp.

◆ TIMEMORY_BLANK_AUTO_TUPLE_CALIPER

#define TIMEMORY_BLANK_AUTO_TUPLE_CALIPER (   id,
  auto_tuple_type,
  ... 
)     TIMEMORY_BLANK_CALIPER(id, auto_tuple_type, __VA_ARGS__)

Definition at line 99 of file macros.hpp.

◆ TIMEMORY_BLANK_AUTO_TUPLE_INSTANCE

#define TIMEMORY_BLANK_AUTO_TUPLE_INSTANCE (   auto_tuple_type,
  ... 
)     TIMEMORY_BLANK_HANDLE(auto_tuple_type, __VA_ARGS__)

Definition at line 114 of file macros.hpp.

◆ TIMEMORY_BLANK_INSTANCE

#define TIMEMORY_BLANK_INSTANCE (   type,
  ... 
)    TIMEMORY_BLANK_HANDLE(type, __VA_ARGS__)

Definition at line 64 of file macros.hpp.

◆ TIMEMORY_BLANK_OBJECT

#define TIMEMORY_BLANK_OBJECT (   type,
  ... 
)    TIMEMORY_BLANK_MARKER(type, __VA_ARGS__)

Definition at line 45 of file macros.hpp.

◆ TIMEMORY_CALIPER_MARK_STREAM_BEGIN

#define TIMEMORY_CALIPER_MARK_STREAM_BEGIN (   id,
  stream 
)     TIMEMORY_CALIPER_APPLY(id, mark_begin, stream)

Definition at line 198 of file macros.hpp.

◆ TIMEMORY_CALIPER_MARK_STREAM_END

#define TIMEMORY_CALIPER_MARK_STREAM_END (   id,
  stream 
)     TIMEMORY_CALIPER_APPLY(id, mark_end, stream)

Definition at line 204 of file macros.hpp.

◆ TIMEMORY_DEBUG_AUTO_LIST

#define TIMEMORY_DEBUG_AUTO_LIST (   auto_list_type,
  ... 
)     TIMEMORY_DEBUG_MARKER(auto_list_type, __VA_ARGS__)

Definition at line 192 of file macros.hpp.

◆ TIMEMORY_DEBUG_AUTO_TUPLE

#define TIMEMORY_DEBUG_AUTO_TUPLE (   auto_tuple_type,
  ... 
)     TIMEMORY_DEBUG_MARKER(auto_tuple_type, __VA_ARGS__)

Definition at line 133 of file macros.hpp.

◆ TIMEMORY_DEBUG_BASIC_AUTO_LIST

#define TIMEMORY_DEBUG_BASIC_AUTO_LIST (   auto_list_type,
  ... 
)     TIMEMORY_DEBUG_BASIC_MARKER(auto_list_type, __VA_ARGS__)

Definition at line 188 of file macros.hpp.

◆ TIMEMORY_DEBUG_BASIC_AUTO_TUPLE

#define TIMEMORY_DEBUG_BASIC_AUTO_TUPLE (   auto_tuple_type,
  ... 
)     TIMEMORY_DEBUG_BASIC_MARKER(auto_tuple_type, __VA_ARGS__)

Definition at line 129 of file macros.hpp.

◆ TIMEMORY_INSTANCE

#define TIMEMORY_INSTANCE (   type,
  ... 
)    TIMEMORY_HANDLE(type, __VA_ARGS__)

Definition at line 74 of file macros.hpp.

◆ TIMEMORY_OBJECT

#define TIMEMORY_OBJECT (   type,
  ... 
)    TIMEMORY_MARKER(type, __VA_ARGS__)

Definition at line 55 of file macros.hpp.