ark::pipeline::DistillPipelineMetricsStage
Defined in header “ark/pipeline/stages/distill_pipeline_metrics_stage.hh”.
This stage will consume PipelineMetrics reports, and use that information to generate a distillation report.
Methods
- 
DistillPipelineMetricsStage(std::string name) 
- 
void distill(const PipelineMetrics & msg) 
 To be overriden by derived class. This function will distill the msg data to generate summarized information.
- 
PipelineMetricsReport summarize() 
 Function to generate the DistilledType summarized object based upon all of the received Type objects.