rippled
Classes | Public Member Functions | Public Attributes | List of all members
ripple::perf::PerfLogImp::Counters::Jq Struct Reference

Job Queue task performance counters. More...

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

Classes

struct  Sync
 

Public Member Functions

 Jq (std::string const &labelArg)
 
 Jq (Jq const &orig)
 

Public Attributes

Sync sync
 
const std::string label
 
std::mutex mut
 

Detailed Description

Job Queue task performance counters.

Definition at line 88 of file PerfLogImp.h.

Constructor & Destructor Documentation

◆ Jq() [1/2]

ripple::perf::PerfLogImp::Counters::Jq::Jq ( std::string const &  labelArg)

Definition at line 108 of file PerfLogImp.h.

◆ Jq() [2/2]

ripple::perf::PerfLogImp::Counters::Jq::Jq ( Jq const &  orig)

Definition at line 112 of file PerfLogImp.h.

Member Data Documentation

◆ sync

Sync ripple::perf::PerfLogImp::Counters::Jq::sync

Definition at line 104 of file PerfLogImp.h.

◆ label

const std::string ripple::perf::PerfLogImp::Counters::Jq::label

Definition at line 105 of file PerfLogImp.h.

◆ mut

std::mutex ripple::perf::PerfLogImp::Counters::Jq::mut
mutable

Definition at line 106 of file PerfLogImp.h.