|
rippled
|
Tracks the overall duration of a simulation. More...
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 144 of file collectors.h.
| void ripple::test::csf::SimDurationCollector::on | ( | PeerID | , |
| SimTime | when, | ||
| E const & | e | ||
| ) |
Definition at line 152 of file collectors.h.
| bool ripple::test::csf::SimDurationCollector::init = false |
Definition at line 146 of file collectors.h.
| SimTime ripple::test::csf::SimDurationCollector::start |
Definition at line 147 of file collectors.h.
| SimTime ripple::test::csf::SimDurationCollector::stop |
Definition at line 148 of file collectors.h.
1.8.17