#include <LoadEvent.h>
Definition at line 15 of file LoadEvent.h.
◆ LoadEvent() [1/2]
◆ LoadEvent() [2/2]
| xrpl::LoadEvent::LoadEvent |
( |
LoadEvent const & | | ) |
|
|
delete |
◆ ~LoadEvent()
| xrpl::LoadEvent::~LoadEvent |
( |
| ) |
|
◆ name()
◆ waitTime()
| std::chrono::steady_clock::duration xrpl::LoadEvent::waitTime |
( |
| ) |
const |
|
nodiscard |
◆ runTime()
| std::chrono::steady_clock::duration xrpl::LoadEvent::runTime |
( |
| ) |
const |
|
nodiscard |
◆ setName()
| void xrpl::LoadEvent::setName |
( |
std::string const & | name | ) |
|
◆ start()
| void xrpl::LoadEvent::start |
( |
| ) |
|
◆ stop()
| void xrpl::LoadEvent::stop |
( |
| ) |
|
◆ monitor_
◆ running_
| bool xrpl::LoadEvent::running_ |
|
private |
◆ name_
◆ mark_
| std::chrono::steady_clock::time_point xrpl::LoadEvent::mark_ |
|
private |
◆ timeWaiting_
| std::chrono::steady_clock::duration xrpl::LoadEvent::timeWaiting_ |
|
private |
◆ timeRunning_
| std::chrono::steady_clock::duration xrpl::LoadEvent::timeRunning_ |
|
private |