rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::test::csf::SimDurationCollector Struct Reference

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
 

Detailed Description

Tracks the overall duration of a simulation.

Definition at line 127 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 135 of file collectors.h.

Member Data Documentation

◆ init

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

Definition at line 129 of file collectors.h.

◆ start

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

Definition at line 130 of file collectors.h.

◆ stop

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

Definition at line 131 of file collectors.h.