ark::perf::DistillNetworkStage

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


Class to distill.

Methods

  • DistillNetworkStage(std::string name)

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

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