ark::perf::TracerReportConfig
Defined in header “ark/perf/tracer_report.hh”.
A structure representing configuration for the tracer report.
Variables
-
uint64_t start_counter_minimum= 0
The minimum time of scopes to consider. All scopes with start counters below this range will be clipped. -
uint64_t start_counter_maximum= 0
If non-zero, the maximum time of scopes to consider. All scopes with start counters above of this range will be clipped.