xrpld
Loading...
Searching...
No Matches
xrpl::perf::PerfLogImp::Counters::Jq Struct Reference

Job Queue task performance counters. More...

#include <PerfLogImp.h>

Collaboration diagram for xrpl::perf::PerfLogImp::Counters::Jq:

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 80 of file PerfLogImp.h.

Member Data Documentation

◆ queued

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

Definition at line 84 of file PerfLogImp.h.

◆ started

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

Definition at line 85 of file PerfLogImp.h.

◆ finished

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

Definition at line 86 of file PerfLogImp.h.

◆ queuedDuration

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

Definition at line 88 of file PerfLogImp.h.

◆ runningDuration

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

Definition at line 89 of file PerfLogImp.h.