ark::perf::DistillTracerReportStage

Defined in header “ark/perf/stages/distill_tracer_report_stage.hh”.


Class to distill the Perf Tracers report into a top ten list.

Methods

  • DistillTracerReportStage(std::string name)

  • void distill(const TraceTimingReport & msg)
    To be overriden by derived class. This function will distill the msg data to generate summarized information.

  • DistilledScopeReport summarize()
    Function to generate the DistilledType summarized object based upon all of the received Type objects.