Go to the source code of this file.
|
#define | HR(name, caption, min, max, num_buckets) |
|
#define | HR(name, caption) |
|
#define | HR(name, caption) |
|
#define | HT(name, caption, max, res) |
|
#define | HT(name, caption, max, res) |
|
#define | HT(name, caption, max, res) |
|
#define | AHT(name, caption) |
|
#define | SC(name, caption) |
|
◆ AHT
#define AHT |
( |
| name, |
|
|
| caption ) |
Value:Visit(&counters()->name##
_, #caption);
◆ HR [1/3]
#define HR |
( |
| name, |
|
|
| caption ) |
Value:Visit(&counters()->name##
_, #caption);
◆ HR [2/3]
#define HR |
( |
| name, |
|
|
| caption ) |
Value:Visit(&counters()->name##
_, #caption);
◆ HR [3/3]
#define HR |
( |
| name, |
|
|
| caption, |
|
|
| min, |
|
|
| max, |
|
|
| num_buckets ) |
Value: Visit(&counters()->name##
_, #caption, min, max, num_buckets);
◆ HT [1/3]
#define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
Value: Visit(&counters()->name##
_, #caption, max, TimedHistogramResolution::res);
◆ HT [2/3]
#define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
Value: Visit(&counters()->name##
_, #caption, max, TimedHistogramResolution::res);
◆ HT [3/3]
#define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
Value: Visit(&counters()->name##
_, #caption, max, TimedHistogramResolution::res);
◆ SC
#define SC |
( |
| name, |
|
|
| caption ) |
Value:Visit(&counters()->name##
_,
"c:" #caption);