#include <histogram.h>
Definition at line 28 of file cpp/qps/histogram.h.
◆ Histogram() [1/3]
grpc::testing::Histogram::Histogram |
( |
| ) |
|
|
inline |
◆ ~Histogram()
grpc::testing::Histogram::~Histogram |
( |
| ) |
|
|
inline |
◆ Histogram() [2/3]
grpc::testing::Histogram::Histogram |
( |
Histogram && |
other | ) |
|
|
inlinenoexcept |
◆ Histogram() [3/3]
◆ Add()
void grpc::testing::Histogram::Add |
( |
double |
value | ) |
|
|
inline |
◆ Count()
double grpc::testing::Histogram::Count |
( |
| ) |
const |
|
inline |
◆ default_max_possible()
static double grpc::testing::Histogram::default_max_possible |
( |
| ) |
|
|
inlinestatic |
◆ default_resolution()
static double grpc::testing::Histogram::default_resolution |
( |
| ) |
|
|
inlinestatic |
◆ FillProto()
void grpc::testing::Histogram::FillProto |
( |
HistogramData * |
p | ) |
|
|
inline |
◆ Merge()
◆ MergeProto()
void grpc::testing::Histogram::MergeProto |
( |
const HistogramData & |
p | ) |
|
|
inline |
◆ operator=()
◆ Percentile()
double grpc::testing::Histogram::Percentile |
( |
double |
pctile | ) |
const |
|
inline |
◆ Reset()
void grpc::testing::Histogram::Reset |
( |
| ) |
|
|
inline |
◆ Swap()
void grpc::testing::Histogram::Swap |
( |
Histogram * |
other | ) |
|
|
inline |
◆ impl_
The documentation for this class was generated from the following file: