ark::perf::TraceTimingValues

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


A structure containing summarized information about a min/max/average pair. Used for both durations and spacing.

Variables

  • double value_sum= 0.0
    A sum of all of the values.

  • double minimum= 0.0
    The smallest value seen.

  • double maximum= 0.0
    The largest value seen.

  • uint64_t counter_at_maximum= 0
    The counter of the largest value seen.