ark::perf::TraceTimingPack
Defined in header “ark/perf/tracer.hh”.
A timing pack is a grouping of trace timings that a particular thread has collected. These are accumulated on a per-thread basis until the tracer host captures them.
Variables
-
uint64_t thread_id= 0
Thread identifier that this pack came from. -
std::string thread_name
The name of the thread that this pack came from. -
std::vector< TraceTimings > timings
A list of the timings that were completed.