rippled
Public Member Functions | Public Attributes | List of all members
ripple::test::csf::SimDurationCollector Struct Reference

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
 

Detailed Description

Tracks the overall duration of a simulation.

Definition at line 144 of file collectors.h.

Member Function Documentation

◆ on()

template<class E >
void ripple::test::csf::SimDurationCollector::on ( PeerID  ,
SimTime  when,
E const &  e 
)

Definition at line 152 of file collectors.h.

Member Data Documentation

◆ init

bool ripple::test::csf::SimDurationCollector::init = false

Definition at line 146 of file collectors.h.

◆ start

SimTime ripple::test::csf::SimDurationCollector::start

Definition at line 147 of file collectors.h.

◆ stop

SimTime ripple::test::csf::SimDurationCollector::stop

Definition at line 148 of file collectors.h.