Lines Matching refs:HR
479 #define HISTOGRAM_RANGE_LIST(HR) \ argument
481 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \
482 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \
483 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \
484 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, \
486 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \
487 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \
488 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7)
727 #define HR(name, caption, min, max, num_buckets) \ macro
729 HISTOGRAM_RANGE_LIST(HR)
730 #undef HR
836 #define HR(name, caption, min, max, num_buckets) Histogram name##_; macro
837 HISTOGRAM_RANGE_LIST(HR)
838 #undef HR