ark::perf::DistillAllocatorStage

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


Class to distill.

Methods

  • DistillAllocatorStage(std::string name)

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

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