ark::perf::TraceTimings

Defined in header “ark/perf/tracer.hh”.


A structure that contains timing information related to a particular trace. For example, this tracks the duration of time that a trace took to execute.

Variables

  • const char * name
    A pointer to the name of this trace. Expected to be good for the lifetime of the process.

  • uint64_t start_counter
    The value of the timing counter when the trace started.

  • uint64_t end_counter
    The value of the timing counter when the trace ended.