rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::perf::PerfLogImp::Counters::Jq Struct Reference

Job Queue task performance counters. More...

#include <PerfLogImp.h>

Collaboration diagram for ripple::perf::PerfLogImp::Counters::Jq:
Collaboration graph
[legend]

Public Attributes

std::uint64_t queued {0}
 
std::uint64_t started {0}
 
std::uint64_t finished {0}
 
microseconds queuedDuration {0}
 
microseconds runningDuration {0}
 

Detailed Description

Job Queue task performance counters.

Definition at line 74 of file PerfLogImp.h.

Member Data Documentation

◆ queued

std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::queued {0}

Definition at line 78 of file PerfLogImp.h.

◆ started

std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::started {0}

Definition at line 79 of file PerfLogImp.h.

◆ finished

std::uint64_t ripple::perf::PerfLogImp::Counters::Jq::finished {0}

Definition at line 80 of file PerfLogImp.h.

◆ queuedDuration

microseconds ripple::perf::PerfLogImp::Counters::Jq::queuedDuration {0}

Definition at line 82 of file PerfLogImp.h.

◆ runningDuration

microseconds ripple::perf::PerfLogImp::Counters::Jq::runningDuration {0}

Definition at line 83 of file PerfLogImp.h.