ark::comms::DistillSocketStatsStage
Defined in header “ark/comms/stages/distill_socket_stats_stage.hh”.
Class to distill SocketStats.
Methods
-
DistillSocketStatsStage(std::string name)
-
void distill(const SocketStats & msg)
To be overriden by derived class. This function will distill the msg data to generate summarized information. -
DistilledSocketStats summarize()
Function to generate the DistilledType summarized object based upon all of the received Type objects.