|
rippled
|
Job Queue task performance counters. More...
#include <PerfLogImp.h>

Public Attributes | |
| std::uint64_t | queued {0} |
| std::uint64_t | started {0} |
| std::uint64_t | finished {0} |
| microseconds | queuedDuration {0} |
| microseconds | runningDuration {0} |
Job Queue task performance counters.
Definition at line 93 of file PerfLogImp.h.
| std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::queued {0} |
Definition at line 97 of file PerfLogImp.h.
| std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::started {0} |
Definition at line 98 of file PerfLogImp.h.
| std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::finished {0} |
Definition at line 99 of file PerfLogImp.h.
| microseconds ripple::perf::PerfLogImp::Counters::Jq::queuedDuration {0} |
Definition at line 101 of file PerfLogImp.h.
| microseconds ripple::perf::PerfLogImp::Counters::Jq::runningDuration {0} |
Definition at line 102 of file PerfLogImp.h.