Lines Matching refs:HR
13 #define HISTOGRAM_RANGE_LIST(HR) \
14 /* Generic range histograms: HR(name, caption, min, max, num_buckets) */ \
15 HR(background_marking, V8.GCBackgroundMarking, 0, 10000, 101) \
16 HR(background_sweeping, V8.GCBackgroundSweeping, 0, 10000, 101) \
17 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \
18 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \
19 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \
20 HR(incremental_marking_reason, V8.GCIncrementalMarkingReason, 0, \
22 HR(incremental_marking_sum, V8.GCIncrementalMarkingSum, 0, 10000, 101) \
23 HR(mark_compact_reason, V8.GCMarkCompactReason, 0, \
25 HR(gc_finalize_clear, V8.GCFinalizeMC.Clear, 0, 10000, 101) \
26 HR(gc_finalize_epilogue, V8.GCFinalizeMC.Epilogue, 0, 10000, 101) \
27 HR(gc_finalize_evacuate, V8.GCFinalizeMC.Evacuate, 0, 10000, 101) \
28 HR(gc_finalize_finish, V8.GCFinalizeMC.Finish, 0, 10000, 101) \
29 HR(gc_finalize_mark, V8.GCFinalizeMC.Mark, 0, 10000, 101) \
30 HR(gc_finalize_prologue, V8.GCFinalizeMC.Prologue, 0, 10000, 101) \
31 HR(gc_finalize_sweep, V8.GCFinalizeMC.Sweep, 0, 10000, 101) \
32 HR(gc_scavenger_scavenge_main, V8.GCScavenger.ScavengeMain, 0, 10000, 101) \
33 HR(gc_scavenger_scavenge_roots, V8.GCScavenger.ScavengeRoots, 0, 10000, 101) \
34 HR(gc_marking_sum, V8.GCMarkingSum, 0, 10000, 101) \
36 HR(gc_main_thread_marking_throughput, V8.GCMainThreadMarkingThroughput, 0, \
38 HR(young_generation_handling, V8.GCYoungGenerationHandling, 0, 2, 3) \
40 HR(wasm_functions_per_asm_module, V8.WasmFunctionsPerModule.asm, 1, 1000000, \
42 HR(wasm_functions_per_wasm_module, V8.WasmFunctionsPerModule.wasm, 1, \
44 HR(array_buffer_big_allocations, V8.ArrayBufferLargeAllocations, 0, 4096, \
46 HR(array_buffer_new_size_failures, V8.ArrayBufferNewSizeFailures, 0, 4096, \
48 HR(shared_array_allocations, V8.SharedArrayAllocationSizes, 0, 4096, 13) \
49 HR(wasm_asm_huge_function_size_bytes, V8.WasmHugeFunctionSizeBytes.asm, \
51 HR(wasm_wasm_huge_function_size_bytes, V8.WasmHugeFunctionSizeBytes.wasm, \
53 HR(wasm_asm_module_size_bytes, V8.WasmModuleSizeBytes.asm, 1, GB, 51) \
54 HR(wasm_wasm_module_size_bytes, V8.WasmModuleSizeBytes.wasm, 1, GB, 51) \
55 HR(wasm_asm_min_mem_pages_count, V8.WasmMinMemPagesCount.asm, 1, 2 << 16, \
57 HR(wasm_wasm_min_mem_pages_count, V8.WasmMinMemPagesCount.wasm, 1, 2 << 16, \
59 HR(wasm_wasm_max_mem_pages_count, V8.WasmMaxMemPagesCount.wasm, 1, 2 << 16, \
61 HR(wasm_compile_function_peak_memory_bytes, \
63 HR(wasm_compile_huge_function_peak_memory_bytes, \
65 HR(asm_module_size_bytes, V8.AsmModuleSizeBytes, 1, GB, 51) \
66 HR(compile_script_cache_behaviour, V8.CompileScript.CacheBehaviour, 0, 20, \
68 HR(wasm_memory_allocation_result, V8.WasmMemoryAllocationResult, 0, 3, 4) \
70 HR(wasm_module_code_size_mb, V8.WasmModuleCodeSizeMiB, 0, 1024, 64) \
72 HR(wasm_module_code_size_mb_after_baseline, \
75 HR(wasm_module_code_size_mb_after_top_tier, V8.WasmModuleCodeSizeTopTierMiB, \
78 HR(wasm_module_freed_code_size_percent, V8.WasmModuleCodeSizePercentFreed, \
81 HR(wasm_module_num_triggered_code_gcs, \
84 HR(wasm_module_num_code_spaces, V8.WasmModuleNumberOfCodeSpaces, 1, 128, 20) \
86 HR(wasm_modules_per_isolate, V8.WasmModulesPerIsolate, 1, 1024, 30) \
88 HR(wasm_modules_per_engine, V8.WasmModulesPerEngine, 1, 1024, 30) \
90 HR(liftoff_bailout_reasons, V8.LiftoffBailoutReasons, 0, 20, 21) \
92 HR(wasm_memory_protection_keys_support, V8.WasmMemoryProtectionKeysSupport, \
95 HR(wasm_throw_count, V8.WasmThrowCount, 0, 100000, 30) \
97 HR(wasm_rethrow_count, V8.WasmReThrowCount, 0, 100000, 30) \
99 HR(wasm_catch_count, V8.WasmCatchCount, 0, 100000, 30) \
101 HR(turbofan_ticks, V8.TurboFan1KTicks, 0, 100000, 200) \
104 HR(regexp_backtracks, V8.RegExpBacktracks, 1, 100000000, 50) \
106 HR(caged_memory_allocation_outcome, V8.CagedMemoryAllocationOutcome, 0, 2, \
109 HR(wasm_cache_count, V8.WasmCacheCount, 0, 100, 101) \
110 SANDBOXED_HISTOGRAM_LIST(HR)
113 #define SANDBOXED_HISTOGRAM_LIST(HR) \
116 HR(sandboxed_external_pointers_count, V8.SandboxedExternalPointersCount, 0, \
119 #define SANDBOXED_HISTOGRAM_LIST(HR)