#include <SimpleStatsCollector.h>
Inheritance diagram for FastShower::SimpleStatsCollector:
Public Methods | |
SimpleStatsCollector (int indent=0) | |
IPinger * | clone () const |
virtual void | action (const IDebug *) |
the ping methods of the destination class uses this method to print |
|
Definition at line 27 of file SimpleStatsCollector.h. References FastShower::IPrintPinger::indent(). Referenced by clone().
00027 :PrintPingerBase(indent){}; |
|
Implements FastShower::IPrintPinger. Definition at line 6 of file SimpleStatsCollector.cxx. References SimpleStatsCollector().
00006 { 00007 IPinger* p = new SimpleStatsCollector(*this); 00008 return p; 00009 } |
|
the ping methods of the destination class uses this method to print
Implements FastShower::IPrintPinger. Definition at line 11 of file SimpleStatsCollector.cxx. References FastShower::IFunctionStats::header(), FastShower::IPrintPinger::indent(), FastShower::IDebug::name(), FastShower::IFunctionStats::report(), and FastShower::IDebug::statistics().
|