Go to the source code of this file.
|
| #define | HR(name, caption, min, max, num_buckets) |
| |
| #define | HT(name, caption, max, res) |
| |
| #define | HT(name, caption, max, res) |
| |
| #define | HT(name, caption, max, res) |
| |
| #define | AHT(name, caption) |
| |
| #define | HP(name, caption) |
| |
| #define | HM(name, caption) |
| |
| #define | SC(name, caption) |
| |
| #define | RATE_ID(name, caption, max, res) |
| |
| #define | AGGREGATABLE_ID(name, caption) |
| |
| #define | PERCENTAGE_ID(name, caption) |
| |
| #define | MEMORY_ID(name, caption) |
| |
| #define | COUNTER_ID(name, caption) |
| |
| #define | COUNTER_ID(name) |
| |
| #define | COUNTER_ID(name) |
| |
| #define | HR(name, caption, min, max, num_buckets) |
| |
| #define | HT(name, caption, max, res) |
| |
| #define | HT(name, caption, max, res) |
| |
| #define | AHT(name, caption) |
| |
| #define | HP(name, caption) |
| |
| #define | HM(name, caption) |
| |
| #define | SC(name, caption) |
| |
◆ AGGREGATABLE_ID
| #define AGGREGATABLE_ID |
( |
| name, |
|
|
| caption ) |
◆ AHT [1/2]
| #define AHT |
( |
| name, |
|
|
| caption ) |
Value: AggregatableHistogramTimer*
name() { \
name##
_.EnsureCreated(); \
}
Definition at line 565 of file counters.h.
◆ AHT [2/2]
| #define AHT |
( |
| name, |
|
|
| caption ) |
Value:AggregatableHistogramTimer name##
_;
Definition at line 565 of file counters.h.
◆ COUNTER_ID [1/3]
| #define COUNTER_ID |
( |
| name | ) |
|
◆ COUNTER_ID [2/3]
| #define COUNTER_ID |
( |
| name | ) |
|
◆ COUNTER_ID [3/3]
| #define COUNTER_ID |
( |
| name, |
|
|
| caption ) |
◆ HM [1/2]
| #define HM |
( |
| name, |
|
|
| caption ) |
Value: LegacyMemoryHistogram*
name() { \
name##
_.EnsureCreated(); \
}
Definition at line 581 of file counters.h.
◆ HM [2/2]
| #define HM |
( |
| name, |
|
|
| caption ) |
Value:LegacyMemoryHistogram name##
_;
Definition at line 581 of file counters.h.
◆ HP [1/2]
| #define HP |
( |
| name, |
|
|
| caption ) |
Value: PercentageHistogram*
name() { \
name##
_.EnsureCreated(); \
}
Definition at line 573 of file counters.h.
◆ HP [2/2]
| #define HP |
( |
| name, |
|
|
| caption ) |
Value:PercentageHistogram name##
_;
Definition at line 573 of file counters.h.
◆ HR [1/2]
| #define HR |
( |
| name, |
|
|
| caption, |
|
|
| min, |
|
|
| max, |
|
|
| num_buckets ) |
Value:
name##
_.EnsureCreated(); \
}
Definition at line 523 of file counters.h.
◆ HR [2/2]
| #define HR |
( |
| name, |
|
|
| caption, |
|
|
| min, |
|
|
| max, |
|
|
| num_buckets ) |
◆ HT [1/5]
| #define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
Value: NestedTimedHistogram*
name() { \
name##
_.EnsureCreated(); \
}
Definition at line 541 of file counters.h.
◆ HT [2/5]
| #define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
Value: NestedTimedHistogram*
name() { \
name##
_.EnsureCreated(v8_flags.slow_histograms); \
}
Definition at line 541 of file counters.h.
◆ HT [3/5]
| #define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
Value: TimedHistogram*
name() { \
name##
_.EnsureCreated(); \
}
Definition at line 541 of file counters.h.
◆ HT [4/5]
| #define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
Value:NestedTimedHistogram name##
_;
Definition at line 541 of file counters.h.
◆ HT [5/5]
| #define HT |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
◆ MEMORY_ID
| #define MEMORY_ID |
( |
| name, |
|
|
| caption ) |
◆ PERCENTAGE_ID
| #define PERCENTAGE_ID |
( |
| name, |
|
|
| caption ) |
◆ RATE_ID
| #define RATE_ID |
( |
| name, |
|
|
| caption, |
|
|
| max, |
|
|
| res ) |
◆ SC [1/2]
| #define SC |
( |
| name, |
|
|
| caption ) |
Value: StatsCounter*
name() {
return &name##
_; }
Definition at line 589 of file counters.h.
◆ SC [2/2]
| #define SC |
( |
| name, |
|
|
| caption ) |