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.
language.hpp File Reference
#include <string>
+ Include dependency graph for language.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tim
 

Macros

#define IF_CONSTEXPR(...)   if(__VA_ARGS__)
 
#define TIMEMORY_STRING_VIEW   0
 

Typedefs

using tim::string_view_t = std::string
 
using tim::string_view_cref_t = const std::string &
 

Macro Definition Documentation

◆ IF_CONSTEXPR

#define IF_CONSTEXPR (   ...)    if(__VA_ARGS__)

Definition at line 72 of file language.hpp.

◆ TIMEMORY_STRING_VIEW

#define TIMEMORY_STRING_VIEW   0

Definition at line 97 of file language.hpp.