Lines Matching refs:HR
931 #define HISTOGRAM_RANGE_LIST(HR) \ argument
933 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \
934 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \
935 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \
936 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, \
938 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \
939 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \
940 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \
941 HR(incremental_marking_reason, V8.GCIncrementalMarkingReason, 0, 21, 22) \
942 HR(mark_compact_reason, V8.GCMarkCompactReason, 0, 21, 22) \
943 HR(scavenge_reason, V8.GCScavengeReason, 0, 21, 22) \
944 HR(young_generation_handling, V8.GCYoungGenerationHandling, 0, 2, 3) \
946 HR(wasm_functions_per_module, V8.WasmFunctionsPerModule, 1, 10000, 51)
1161 #define HR(name, caption, min, max, num_buckets) \ macro
1163 HISTOGRAM_RANGE_LIST(HR)
1164 #undef HR
1271 #define HR(name, caption, min, max, num_buckets) Histogram name##_; macro
1272 HISTOGRAM_RANGE_LIST(HR)
1273 #undef HR