ark::perf::TraceTimingSummary

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


A structure containing summarized information from the scope timings.

Variables

  • TraceTimingValues durations
    Min/max/average of durations of individual traces.

  • TraceTimingValues spacings
    Min/max/average of spacings of individual traces.

  • uint64_t last_seen_counter= 0
    The last seen counter value for this trace.

  • size_t count= 0
    A count of all of the scopes seen.