|
rippled
|
Tracks the overall duration of a simulation. More...
#include <collectors.h>
Public Member Functions | |
| template<class E > | |
| void | on (PeerID, SimTime when, E const &e) |
Public Attributes | |
| bool | init = false |
| SimTime | start |
| SimTime | stop |
Tracks the overall duration of a simulation.
Definition at line 127 of file collectors.h.
| void ripple::test::csf::SimDurationCollector::on | ( | PeerID | , |
| SimTime | when, | ||
| E const & | e | ||
| ) |
Definition at line 135 of file collectors.h.
| bool ripple::test::csf::SimDurationCollector::init = false |
Definition at line 129 of file collectors.h.
| SimTime ripple::test::csf::SimDurationCollector::start |
Definition at line 130 of file collectors.h.
| SimTime ripple::test::csf::SimDurationCollector::stop |
Definition at line 131 of file collectors.h.