• Home
  • Raw
  • Download

Lines Matching refs:V8

1122   HR(background_marking, V8.GCBackgroundMarking, 0, 10000, 101)                \
1123 HR(background_scavenger, V8.GCBackgroundScavenger, 0, 10000, 101) \
1124 HR(background_sweeping, V8.GCBackgroundSweeping, 0, 10000, 101) \
1125 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \
1126 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \
1127 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \
1128 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \
1129 HR(incremental_marking_reason, V8.GCIncrementalMarkingReason, 0, 21, 22) \
1130 HR(incremental_marking_sum, V8.GCIncrementalMarkingSum, 0, 10000, 101) \
1131 HR(mark_compact_reason, V8.GCMarkCompactReason, 0, 21, 22) \
1132 HR(gc_finalize_clear, V8.GCFinalizeMC.Clear, 0, 10000, 101) \
1133 HR(gc_finalize_epilogue, V8.GCFinalizeMC.Epilogue, 0, 10000, 101) \
1134 HR(gc_finalize_evacuate, V8.GCFinalizeMC.Evacuate, 0, 10000, 101) \
1135 HR(gc_finalize_finish, V8.GCFinalizeMC.Finish, 0, 10000, 101) \
1136 HR(gc_finalize_mark, V8.GCFinalizeMC.Mark, 0, 10000, 101) \
1137 HR(gc_finalize_prologue, V8.GCFinalizeMC.Prologue, 0, 10000, 101) \
1138 HR(gc_finalize_sweep, V8.GCFinalizeMC.Sweep, 0, 10000, 101) \
1139 HR(scavenge_reason, V8.GCScavengeReason, 0, 21, 22) \
1140 HR(young_generation_handling, V8.GCYoungGenerationHandling, 0, 2, 3) \
1142 HR(wasm_functions_per_asm_module, V8.WasmFunctionsPerModule.asm, 1, 100000, \
1144 HR(wasm_functions_per_wasm_module, V8.WasmFunctionsPerModule.wasm, 1, \
1146 HR(array_buffer_big_allocations, V8.ArrayBufferLargeAllocations, 0, 4096, \
1148 HR(array_buffer_new_size_failures, V8.ArrayBufferNewSizeFailures, 0, 4096, \
1150 HR(shared_array_allocations, V8.SharedArrayAllocationSizes, 0, 4096, 13) \
1151 HR(wasm_asm_function_size_bytes, V8.WasmFunctionSizeBytes.asm, 1, GB, 51) \
1152 HR(wasm_wasm_function_size_bytes, V8.WasmFunctionSizeBytes.wasm, 1, GB, 51) \
1153 HR(wasm_asm_module_size_bytes, V8.WasmModuleSizeBytes.asm, 1, GB, 51) \
1154 HR(wasm_wasm_module_size_bytes, V8.WasmModuleSizeBytes.wasm, 1, GB, 51) \
1155 HR(wasm_asm_min_mem_pages_count, V8.WasmMinMemPagesCount.asm, 1, 2 << 16, \
1157 HR(wasm_wasm_min_mem_pages_count, V8.WasmMinMemPagesCount.wasm, 1, 2 << 16, \
1159 HR(wasm_wasm_max_mem_pages_count, V8.WasmMaxMemPagesCount.wasm, 1, 2 << 16, \
1162 V8.WasmDecodeModulePeakMemoryBytes.asm, 1, GB, 51) \
1164 V8.WasmDecodeModulePeakMemoryBytes.wasm, 1, GB, 51) \
1166 V8.AsmWasmTranslationPeakMemoryBytes, 1, GB, 51) \
1168 V8.WasmCompileFunctionPeakMemoryBytes, 1, GB, 51) \
1169 HR(asm_module_size_bytes, V8.AsmModuleSizeBytes, 1, GB, 51) \
1170 HR(asm_wasm_translation_throughput, V8.AsmWasmTranslationThroughput, 1, 100, \
1172 HR(wasm_lazy_compilation_throughput, V8.WasmLazyCompilationThroughput, 1, \
1174 HR(compile_script_cache_behaviour, V8.CompileScript.CacheBehaviour, 0, 20, \
1176 HR(wasm_memory_allocation_result, V8.WasmMemoryAllocationResult, 0, 3, 4) \
1177 HR(wasm_address_space_usage_mb, V8.WasmAddressSpaceUsageMiB, 0, 1 << 20, \
1179 HR(wasm_module_code_size_mb, V8.WasmModuleCodeSizeMiB, 0, 256, 64)
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, \
1192 V8.GCFinalizeMCReduceMemoryBackground, 10000, MILLISECOND) \
1194 V8.GCFinalizeMCReduceMemoryForeground, 10000, MILLISECOND) \
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, \
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, \
1247 V8.WasmInstantiateModuleMicroSeconds.wasm, 10000000, MICROSECOND) \
1249 V8.WasmInstantiateModuleMicroSeconds.asm, 10000000, MICROSECOND) \
1252 V8.CompileScriptMicroSeconds.ProduceCache, 1000000, MICROSECOND) \
1254 V8.CompileScriptMicroSeconds.IsolateCacheHit, 1000000, MICROSECOND) \
1256 V8.CompileScriptMicroSeconds.ConsumeCache, 1000000, MICROSECOND) \
1258 V8.CompileScriptMicroSeconds.ConsumeCache.Failed, 1000000, MICROSECOND) \
1260 V8.CompileScriptMicroSeconds.NoCache.Other, 1000000, MICROSECOND) \
1262 V8.CompileScriptMicroSeconds.NoCache.InlineScript, 1000000, MICROSECOND) \
1264 V8.CompileScriptMicroSeconds.NoCache.ScriptTooSmall, 1000000, \
1267 V8.CompileScriptMicroSeconds.NoCache.CacheTooCold, 1000000, MICROSECOND) \
1269 V8.CompileScriptMicroSeconds.BackgroundThread, 1000000, MICROSECOND) \
1270 HT(gc_parallel_task_latency, V8.GC.ParallelTaskLatencyMicroSeconds, 1000000, \
1274 AHT(compile_lazy, V8.CompileLazyMicroSeconds)
1278 HP(external_fragmentation_total, V8.MemoryExternalFragmentationTotal) \
1279 HP(external_fragmentation_old_space, V8.MemoryExternalFragmentationOldSpace) \
1281 V8.MemoryExternalFragmentationCodeSpace) \
1282 HP(external_fragmentation_map_space, V8.MemoryExternalFragmentationMapSpace) \
1283 HP(external_fragmentation_lo_space, V8.MemoryExternalFragmentationLoSpace)
1287 HM(heap_sample_total_committed, V8.MemoryHeapSampleTotalCommitted) \
1288 HM(heap_sample_total_used, V8.MemoryHeapSampleTotalUsed) \
1289 HM(heap_sample_map_space_committed, V8.MemoryHeapSampleMapSpaceCommitted) \
1290 HM(heap_sample_code_space_committed, V8.MemoryHeapSampleCodeSpaceCommitted) \
1291 HM(heap_sample_maximum_committed, V8.MemoryHeapSampleMaximumCommitted)
1300 SC(global_handles, V8.GlobalHandles) \
1302 SC(memory_allocated, V8.OsMemoryAllocated) \
1303 SC(maps_normalized, V8.MapsNormalized) \
1304 SC(maps_created, V8.MapsCreated) \
1305 SC(elements_transitions, V8.ObjectElementsTransitions) \
1306 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
1307 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
1308 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
1309 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
1310 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
1311 SC(string_table_capacity, V8.StringTableCapacity) \
1312 SC(number_of_symbols, V8.NumberOfSymbols) \
1313 SC(inlined_copied_elements, V8.InlinedCopiedElements) \
1314 SC(arguments_adaptors, V8.ArgumentsAdaptors) \
1315 SC(compilation_cache_hits, V8.CompilationCacheHits) \
1316 SC(compilation_cache_misses, V8.CompilationCacheMisses) \
1318 SC(total_eval_size, V8.TotalEvalSize) \
1320 SC(total_load_size, V8.TotalLoadSize) \
1322 SC(total_parse_size, V8.TotalParseSize) \
1324 SC(total_preparse_skipped, V8.TotalPreparseSkipped) \
1326 SC(total_compile_size, V8.TotalCompileSize) \
1328 SC(total_full_codegen_source_size, V8.TotalFullCodegenSourceSize) \
1330 SC(contexts_created_from_scratch, V8.ContextsCreatedFromScratch) \
1332 SC(contexts_created_by_snapshot, V8.ContextsCreatedBySnapshot) \
1334 SC(pc_to_code, V8.PcToCode) \
1335 SC(pc_to_code_cached, V8.PcToCodeCached) \
1337 SC(store_buffer_overflows, V8.StoreBufferOverflows)
1341 SC(code_stubs, V8.CodeStubs) \
1343 SC(total_stubs_code_size, V8.TotalStubsCodeSize) \
1345 SC(total_compiled_code_size, V8.TotalCompiledCodeSize) \
1346 SC(gc_compactor_caused_by_request, V8.GCCompactorCausedByRequest) \
1347 SC(gc_compactor_caused_by_promoted_data, V8.GCCompactorCausedByPromotedData) \
1349 V8.GCCompactorCausedByOldspaceExhaustion) \
1350 SC(gc_last_resort_from_js, V8.GCLastResortFromJS) \
1351 SC(gc_last_resort_from_handles, V8.GCLastResortFromHandles) \
1352 SC(ic_keyed_load_generic_smi, V8.ICKeyedLoadGenericSmi) \
1353 SC(ic_keyed_load_generic_symbol, V8.ICKeyedLoadGenericSymbol) \
1354 SC(ic_keyed_load_generic_slow, V8.ICKeyedLoadGenericSlow) \
1355 SC(ic_named_load_global_stub, V8.ICNamedLoadGlobalStub) \
1356 SC(ic_store_normal_miss, V8.ICStoreNormalMiss) \
1357 SC(ic_store_normal_hit, V8.ICStoreNormalHit) \
1358 SC(ic_binary_op_miss, V8.ICBinaryOpMiss) \
1359 SC(ic_compare_miss, V8.ICCompareMiss) \
1360 SC(ic_call_miss, V8.ICCallMiss) \
1361 SC(ic_keyed_call_miss, V8.ICKeyedCallMiss) \
1362 SC(ic_store_miss, V8.ICStoreMiss) \
1363 SC(ic_keyed_store_miss, V8.ICKeyedStoreMiss) \
1364 SC(cow_arrays_converted, V8.COWArraysConverted) \
1365 SC(constructed_objects, V8.ConstructedObjects) \
1366 SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \
1367 SC(megamorphic_stub_cache_probes, V8.MegamorphicStubCacheProbes) \
1368 SC(megamorphic_stub_cache_misses, V8.MegamorphicStubCacheMisses) \
1369 SC(megamorphic_stub_cache_updates, V8.MegamorphicStubCacheUpdates) \
1370 SC(enum_cache_hits, V8.EnumCacheHits) \
1371 SC(enum_cache_misses, V8.EnumCacheMisses) \
1372 SC(fast_new_closure_total, V8.FastNewClosureTotal) \
1373 SC(string_add_runtime, V8.StringAddRuntime) \
1374 SC(string_add_native, V8.StringAddNative) \
1375 SC(string_add_runtime_ext_to_one_byte, V8.StringAddRuntimeExtToOneByte) \
1376 SC(sub_string_runtime, V8.SubStringRuntime) \
1377 SC(sub_string_native, V8.SubStringNative) \
1378 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
1379 SC(regexp_entry_native, V8.RegExpEntryNative) \
1380 SC(math_exp_runtime, V8.MathExpRuntime) \
1381 SC(math_log_runtime, V8.MathLogRuntime) \
1382 SC(math_pow_runtime, V8.MathPowRuntime) \
1383 SC(stack_interrupts, V8.StackInterrupts) \
1384 SC(runtime_profiler_ticks, V8.RuntimeProfilerTicks) \
1385 SC(runtime_calls, V8.RuntimeCalls) \
1386 SC(bounds_checks_eliminated, V8.BoundsChecksEliminated) \
1387 SC(bounds_checks_hoisted, V8.BoundsChecksHoisted) \
1388 SC(soft_deopts_requested, V8.SoftDeoptsRequested) \
1389 SC(soft_deopts_inserted, V8.SoftDeoptsInserted) \
1390 SC(soft_deopts_executed, V8.SoftDeoptsExecuted) \
1392 SC(write_barriers_dynamic, V8.WriteBarriersDynamic) \
1393 SC(write_barriers_static, V8.WriteBarriersStatic) \
1394 SC(new_space_bytes_available, V8.MemoryNewSpaceBytesAvailable) \
1395 SC(new_space_bytes_committed, V8.MemoryNewSpaceBytesCommitted) \
1396 SC(new_space_bytes_used, V8.MemoryNewSpaceBytesUsed) \
1397 SC(old_space_bytes_available, V8.MemoryOldSpaceBytesAvailable) \
1398 SC(old_space_bytes_committed, V8.MemoryOldSpaceBytesCommitted) \
1399 SC(old_space_bytes_used, V8.MemoryOldSpaceBytesUsed) \
1400 SC(code_space_bytes_available, V8.MemoryCodeSpaceBytesAvailable) \
1401 SC(code_space_bytes_committed, V8.MemoryCodeSpaceBytesCommitted) \
1402 SC(code_space_bytes_used, V8.MemoryCodeSpaceBytesUsed) \
1403 SC(map_space_bytes_available, V8.MemoryMapSpaceBytesAvailable) \
1404 SC(map_space_bytes_committed, V8.MemoryMapSpaceBytesCommitted) \
1405 SC(map_space_bytes_used, V8.MemoryMapSpaceBytesUsed) \
1406 SC(lo_space_bytes_available, V8.MemoryLoSpaceBytesAvailable) \
1407 SC(lo_space_bytes_committed, V8.MemoryLoSpaceBytesCommitted) \
1408 SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed) \
1410 SC(total_baseline_code_size, V8.TotalBaselineCodeSize) \
1412 SC(total_baseline_compile_count, V8.TotalBaselineCompileCount)
1415 SC(wasm_generated_code_size, V8.WasmGeneratedCodeBytes) \
1416 SC(wasm_reloc_size, V8.WasmRelocBytes) \
1417 SC(wasm_lazily_compiled_functions, V8.WasmLazilyCompiledFunctions) \
1418 SC(liftoff_compiled_functions, V8.LiftoffCompiledFunctions) \
1419 SC(liftoff_unsupported_functions, V8.LiftoffUnsupportedFunctions)