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.
types.hpp File Reference

Declare the io component types. More...

+ Include dependency graph for types.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 TIMEMORY_DECLARE_COMPONENT (read_char) TIMEMORY_DECLARE_COMPONENT(written_char) TIMEMORY_DECLARE_COMPONENT(read_bytes) TIMEMORY_DECLARE_COMPONENT(written_bytes) namespace tim
 

Detailed Description

Declare the io component types.

Definition in file types.hpp.

Function Documentation

◆ TIMEMORY_DECLARE_COMPONENT()

TIMEMORY_DECLARE_COMPONENT ( read_char  )

Definition at line 38 of file types.hpp.

44{
45namespace resource_usage
46{
47namespace alias
48{
49template <size_t N>
50using farray_t = std::array<double, N>;
51using pair_dd_t = std::pair<double, double>;
52} // namespace alias
53} // namespace resource_usage
54} // namespace tim