Lines Matching refs:HT
1181 #define HISTOGRAM_TIMER_LIST(HT) \ argument
1183 HT(gc_compactor, V8.GCCompactor, 10000, MILLISECOND) \
1184 HT(gc_compactor_background, V8.GCCompactorBackground, 10000, MILLISECOND) \
1185 HT(gc_compactor_foreground, V8.GCCompactorForeground, 10000, MILLISECOND) \
1186 HT(gc_finalize, V8.GCFinalizeMC, 10000, MILLISECOND) \
1187 HT(gc_finalize_background, V8.GCFinalizeMCBackground, 10000, MILLISECOND) \
1188 HT(gc_finalize_foreground, V8.GCFinalizeMCForeground, 10000, MILLISECOND) \
1189 HT(gc_finalize_reduce_memory, V8.GCFinalizeMCReduceMemory, 10000, \
1191 HT(gc_finalize_reduce_memory_background, \
1193 HT(gc_finalize_reduce_memory_foreground, \
1195 HT(gc_scavenger, V8.GCScavenger, 10000, MILLISECOND) \
1196 HT(gc_scavenger_background, V8.GCScavengerBackground, 10000, MILLISECOND) \
1197 HT(gc_scavenger_foreground, V8.GCScavengerForeground, 10000, MILLISECOND) \
1198 HT(gc_context, V8.GCContext, 10000, \
1200 HT(gc_idle_notification, V8.GCIdleNotification, 10000, MILLISECOND) \
1201 HT(gc_incremental_marking, V8.GCIncrementalMarking, 10000, MILLISECOND) \
1202 HT(gc_incremental_marking_start, V8.GCIncrementalMarkingStart, 10000, \
1204 HT(gc_incremental_marking_finalize, V8.GCIncrementalMarkingFinalize, 10000, \
1206 HT(gc_low_memory_notification, V8.GCLowMemoryNotification, 10000, \
1209 HT(compile, V8.CompileMicroSeconds, 1000000, MICROSECOND) \
1210 HT(compile_eval, V8.CompileEvalMicroSeconds, 1000000, MICROSECOND) \
1212 HT(compile_serialize, V8.CompileSerializeMicroSeconds, 100000, MICROSECOND) \
1213 HT(compile_deserialize, V8.CompileDeserializeMicroSeconds, 1000000, \
1216 HT(compile_script, V8.CompileScriptMicroSeconds, 1000000, MICROSECOND) \
1218 HT(execute, V8.Execute, 1000000, MICROSECOND) \
1220 HT(asm_wasm_translation_time, V8.AsmWasmTranslationMicroSeconds, 1000000, \
1222 HT(wasm_lazy_compilation_time, V8.WasmLazyCompilationMicroSeconds, 1000000, \
1224 HT(wasm_execution_time, V8.WasmExecutionTimeMicroSeconds, 10000000, \
1227 #define TIMED_HISTOGRAM_LIST(HT) \ argument
1228 HT(wasm_decode_asm_module_time, V8.WasmDecodeModuleMicroSeconds.asm, \
1230 HT(wasm_decode_wasm_module_time, V8.WasmDecodeModuleMicroSeconds.wasm, \
1232 HT(wasm_decode_asm_function_time, V8.WasmDecodeFunctionMicroSeconds.asm, \
1234 HT(wasm_decode_wasm_function_time, V8.WasmDecodeFunctionMicroSeconds.wasm, \
1236 HT(wasm_compile_asm_module_time, V8.WasmCompileModuleMicroSeconds.asm, \
1238 HT(wasm_compile_wasm_module_time, V8.WasmCompileModuleMicroSeconds.wasm, \
1240 HT(wasm_compile_asm_function_time, V8.WasmCompileFunctionMicroSeconds.asm, \
1242 HT(wasm_compile_wasm_function_time, V8.WasmCompileFunctionMicroSeconds.wasm, \
1244 HT(liftoff_compile_time, V8.LiftoffCompileMicroSeconds, 10000000, \
1246 HT(wasm_instantiate_wasm_module_time, \
1248 HT(wasm_instantiate_asm_module_time, \
1251 HT(compile_script_with_produce_cache, \
1253 HT(compile_script_with_isolate_cache_hit, \
1255 HT(compile_script_with_consume_cache, \
1257 HT(compile_script_consume_failed, \
1259 HT(compile_script_no_cache_other, \
1261 HT(compile_script_no_cache_because_inline_script, \
1263 HT(compile_script_no_cache_because_script_too_small, \
1266 HT(compile_script_no_cache_because_cache_too_cold, \
1268 HT(compile_script_on_background, \
1270 HT(gc_parallel_task_latency, V8.GC.ParallelTaskLatencyMicroSeconds, 1000000, \
1448 #define HT(name, caption, max, res) \ macro
1450 HISTOGRAM_TIMER_LIST(HT)
1451 #undef HT
1453 #define HT(name, caption, max, res) \ macro
1455 TIMED_HISTOGRAM_LIST(HT)
1456 #undef HT
1548 #define HT(name, caption, max, res) HistogramTimer name##_; macro
1549 HISTOGRAM_TIMER_LIST(HT)
1550 #undef HT
1552 #define HT(name, caption, max, res) TimedHistogram name##_; macro
1553 TIMED_HISTOGRAM_LIST(HT)
1554 #undef HT