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.
timestamp.hpp File Reference
#include "timemory/components/base.hpp"
#include "timemory/components/timestamp/types.hpp"
#include "timemory/data.hpp"
#include "timemory/mpl/stl.hpp"
#include "timemory/tpls/cereal/types.hpp"
#include <chrono>
#include <cstdint>
#include <ostream>
#include <string>
+ Include dependency graph for timestamp.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tim::component::timestamp
 this component stores the timestamp of when a bundle was started and is specialized such that the "timeline_storage" type-trait is true. This means that every entry in the call-graph for this output will be unique (look in the timestamp.txt output file) More...
 

Namespaces

namespace  tim
 
namespace  tim::component
 
namespace  tim::data
 
namespace  tim::data::base
 

Typedefs

using tim::data::base::timestamp_value_t = typename component::timestamp::time_point_type