| 
    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 74 of file PerfLogImp.h.
| std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::queued {0} | 
Definition at line 78 of file PerfLogImp.h.
| std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::started {0} | 
Definition at line 79 of file PerfLogImp.h.
| std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::finished {0} | 
Definition at line 80 of file PerfLogImp.h.
| microseconds ripple::perf::PerfLogImp::Counters::Jq::queuedDuration {0} | 
Definition at line 82 of file PerfLogImp.h.
| microseconds ripple::perf::PerfLogImp::Counters::Jq::runningDuration {0} | 
Definition at line 83 of file PerfLogImp.h.