Lines Matching refs:V8

1 // Copyright 2012 the V8 project authors. All rights reserved.
828 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \
829 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \
830 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \
831 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, \
833 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \
834 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \
835 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \
837 HR(wasm_functions_per_module, V8.WasmFunctionsPerModule, 1, 10000, 51)
841 HT(gc_compactor, V8.GCCompactor, 10000, MILLISECOND) \
842 HT(gc_finalize, V8.GCFinalizeMC, 10000, MILLISECOND) \
843 HT(gc_finalize_reduce_memory, V8.GCFinalizeMCReduceMemory, 10000, \
845 HT(gc_scavenger, V8.GCScavenger, 10000, MILLISECOND) \
846 HT(gc_context, V8.GCContext, 10000, \
848 HT(gc_idle_notification, V8.GCIdleNotification, 10000, MILLISECOND) \
849 HT(gc_incremental_marking, V8.GCIncrementalMarking, 10000, MILLISECOND) \
850 HT(gc_incremental_marking_start, V8.GCIncrementalMarkingStart, 10000, \
852 HT(gc_incremental_marking_finalize, V8.GCIncrementalMarkingFinalize, 10000, \
854 HT(gc_low_memory_notification, V8.GCLowMemoryNotification, 10000, \
857 HT(parse, V8.ParseMicroSeconds, 1000000, MICROSECOND) \
858 HT(parse_lazy, V8.ParseLazyMicroSeconds, 1000000, MICROSECOND) \
859 HT(pre_parse, V8.PreParseMicroSeconds, 1000000, MICROSECOND) \
861 HT(compile, V8.CompileMicroSeconds, 1000000, MICROSECOND) \
862 HT(compile_eval, V8.CompileEvalMicroSeconds, 1000000, MICROSECOND) \
864 HT(compile_serialize, V8.CompileSerializeMicroSeconds, 100000, MICROSECOND) \
865 HT(compile_deserialize, V8.CompileDeserializeMicroSeconds, 1000000, \
868 HT(compile_script, V8.CompileScriptMicroSeconds, 1000000, MICROSECOND) \
870 HT(execute, V8.Execute, 1000000, MICROSECOND) \
872 HT(wasm_instantiate_module_time, V8.WasmInstantiateModuleMicroSeconds, \
874 HT(wasm_decode_module_time, V8.WasmDecodeModuleMicroSeconds, 1000000, \
876 HT(wasm_decode_function_time, V8.WasmDecodeFunctionMicroSeconds, 1000000, \
878 HT(wasm_compile_module_time, V8.WasmCompileModuleMicroSeconds, 1000000, \
880 HT(wasm_compile_function_time, V8.WasmCompileFunctionMicroSeconds, 1000000, \
884 AHT(compile_lazy, V8.CompileLazyMicroSeconds)
889 HP(external_fragmentation_total, V8.MemoryExternalFragmentationTotal) \
890 HP(external_fragmentation_old_space, V8.MemoryExternalFragmentationOldSpace) \
892 V8.MemoryExternalFragmentationCodeSpace) \
893 HP(external_fragmentation_map_space, V8.MemoryExternalFragmentationMapSpace) \
894 HP(external_fragmentation_lo_space, V8.MemoryExternalFragmentationLoSpace) \
896 HP(heap_fraction_new_space, V8.MemoryHeapFractionNewSpace) \
897 HP(heap_fraction_old_space, V8.MemoryHeapFractionOldSpace) \
898 HP(heap_fraction_code_space, V8.MemoryHeapFractionCodeSpace) \
899 HP(heap_fraction_map_space, V8.MemoryHeapFractionMapSpace) \
900 HP(heap_fraction_lo_space, V8.MemoryHeapFractionLoSpace) \
902 HP(codegen_fraction_crankshaft, V8.CodegenFractionCrankshaft)
906 HM(heap_sample_total_committed, V8.MemoryHeapSampleTotalCommitted) \
907 HM(heap_sample_total_used, V8.MemoryHeapSampleTotalUsed) \
908 HM(heap_sample_map_space_committed, V8.MemoryHeapSampleMapSpaceCommitted) \
909 HM(heap_sample_code_space_committed, V8.MemoryHeapSampleCodeSpaceCommitted) \
910 HM(heap_sample_maximum_committed, V8.MemoryHeapSampleMaximumCommitted)
913 HM(memory_heap_committed, V8.MemoryHeapCommitted) \
914 HM(memory_heap_used, V8.MemoryHeapUsed) \
916 HM(wasm_decode_module_peak_memory_bytes, V8.WasmDecodeModulePeakMemoryBytes) \
918 V8.WasmCompileFunctionPeakMemoryBytes) \
919 HM(wasm_min_mem_pages_count, V8.WasmMinMemPagesCount) \
920 HM(wasm_max_mem_pages_count, V8.WasmMaxMemPagesCount) \
921 HM(wasm_function_size_bytes, V8.WasmFunctionSizeBytes) \
922 HM(wasm_module_size_bytes, V8.WasmModuleSizeBytes)
931 SC(global_handles, V8.GlobalHandles) \
933 SC(memory_allocated, V8.OsMemoryAllocated) \
934 SC(maps_normalized, V8.MapsNormalized) \
935 SC(maps_created, V8.MapsCreated) \
936 SC(elements_transitions, V8.ObjectElementsTransitions) \
937 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
938 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
939 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
940 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
941 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
942 SC(string_table_capacity, V8.StringTableCapacity) \
943 SC(number_of_symbols, V8.NumberOfSymbols) \
944 SC(script_wrappers, V8.ScriptWrappers) \
945 SC(inlined_copied_elements, V8.InlinedCopiedElements) \
946 SC(arguments_adaptors, V8.ArgumentsAdaptors) \
947 SC(compilation_cache_hits, V8.CompilationCacheHits) \
948 SC(compilation_cache_misses, V8.CompilationCacheMisses) \
950 SC(total_eval_size, V8.TotalEvalSize) \
952 SC(total_load_size, V8.TotalLoadSize) \
954 SC(total_parse_size, V8.TotalParseSize) \
956 SC(total_preparse_skipped, V8.TotalPreparseSkipped) \
958 SC(total_compile_size, V8.TotalCompileSize) \
960 SC(total_full_codegen_source_size, V8.TotalFullCodegenSourceSize) \
962 SC(contexts_created_from_scratch, V8.ContextsCreatedFromScratch) \
964 SC(contexts_created_by_snapshot, V8.ContextsCreatedBySnapshot) \
966 SC(pc_to_code, V8.PcToCode) \
967 SC(pc_to_code_cached, V8.PcToCodeCached) \
969 SC(store_buffer_overflows, V8.StoreBufferOverflows)
973 SC(code_stubs, V8.CodeStubs) \
975 SC(total_stubs_code_size, V8.TotalStubsCodeSize) \
977 SC(total_compiled_code_size, V8.TotalCompiledCodeSize) \
978 SC(gc_compactor_caused_by_request, V8.GCCompactorCausedByRequest) \
979 SC(gc_compactor_caused_by_promoted_data, V8.GCCompactorCausedByPromotedData) \
981 V8.GCCompactorCausedByOldspaceExhaustion) \
982 SC(gc_last_resort_from_js, V8.GCLastResortFromJS) \
983 SC(gc_last_resort_from_handles, V8.GCLastResortFromHandles) \
984 SC(ic_keyed_load_generic_smi, V8.ICKeyedLoadGenericSmi) \
985 SC(ic_keyed_load_generic_symbol, V8.ICKeyedLoadGenericSymbol) \
986 SC(ic_keyed_load_generic_slow, V8.ICKeyedLoadGenericSlow) \
987 SC(ic_named_load_global_stub, V8.ICNamedLoadGlobalStub) \
988 SC(ic_store_normal_miss, V8.ICStoreNormalMiss) \
989 SC(ic_store_normal_hit, V8.ICStoreNormalHit) \
990 SC(ic_binary_op_miss, V8.ICBinaryOpMiss) \
991 SC(ic_compare_miss, V8.ICCompareMiss) \
992 SC(ic_call_miss, V8.ICCallMiss) \
993 SC(ic_keyed_call_miss, V8.ICKeyedCallMiss) \
994 SC(ic_load_miss, V8.ICLoadMiss) \
995 SC(ic_keyed_load_miss, V8.ICKeyedLoadMiss) \
996 SC(ic_store_miss, V8.ICStoreMiss) \
997 SC(ic_keyed_store_miss, V8.ICKeyedStoreMiss) \
998 SC(cow_arrays_created_runtime, V8.COWArraysCreatedRuntime) \
999 SC(cow_arrays_converted, V8.COWArraysConverted) \
1000 SC(constructed_objects, V8.ConstructedObjects) \
1001 SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \
1002 SC(negative_lookups, V8.NegativeLookups) \
1003 SC(negative_lookups_miss, V8.NegativeLookupsMiss) \
1004 SC(megamorphic_stub_cache_probes, V8.MegamorphicStubCacheProbes) \
1005 SC(megamorphic_stub_cache_misses, V8.MegamorphicStubCacheMisses) \
1006 SC(megamorphic_stub_cache_updates, V8.MegamorphicStubCacheUpdates) \
1007 SC(enum_cache_hits, V8.EnumCacheHits) \
1008 SC(enum_cache_misses, V8.EnumCacheMisses) \
1009 SC(fast_new_closure_total, V8.FastNewClosureTotal) \
1010 SC(string_add_runtime, V8.StringAddRuntime) \
1011 SC(string_add_native, V8.StringAddNative) \
1012 SC(string_add_runtime_ext_to_one_byte, V8.StringAddRuntimeExtToOneByte) \
1013 SC(sub_string_runtime, V8.SubStringRuntime) \
1014 SC(sub_string_native, V8.SubStringNative) \
1015 SC(string_compare_native, V8.StringCompareNative) \
1016 SC(string_compare_runtime, V8.StringCompareRuntime) \
1017 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
1018 SC(regexp_entry_native, V8.RegExpEntryNative) \
1019 SC(number_to_string_native, V8.NumberToStringNative) \
1020 SC(number_to_string_runtime, V8.NumberToStringRuntime) \
1021 SC(math_exp_runtime, V8.MathExpRuntime) \
1022 SC(math_log_runtime, V8.MathLogRuntime) \
1023 SC(math_pow_runtime, V8.MathPowRuntime) \
1024 SC(stack_interrupts, V8.StackInterrupts) \
1025 SC(runtime_profiler_ticks, V8.RuntimeProfilerTicks) \
1026 SC(runtime_calls, V8.RuntimeCalls) \
1027 SC(bounds_checks_eliminated, V8.BoundsChecksEliminated) \
1028 SC(bounds_checks_hoisted, V8.BoundsChecksHoisted) \
1029 SC(soft_deopts_requested, V8.SoftDeoptsRequested) \
1030 SC(soft_deopts_inserted, V8.SoftDeoptsInserted) \
1031 SC(soft_deopts_executed, V8.SoftDeoptsExecuted) \
1033 SC(write_barriers_dynamic, V8.WriteBarriersDynamic) \
1034 SC(write_barriers_static, V8.WriteBarriersStatic) \
1035 SC(new_space_bytes_available, V8.MemoryNewSpaceBytesAvailable) \
1036 SC(new_space_bytes_committed, V8.MemoryNewSpaceBytesCommitted) \
1037 SC(new_space_bytes_used, V8.MemoryNewSpaceBytesUsed) \
1038 SC(old_space_bytes_available, V8.MemoryOldSpaceBytesAvailable) \
1039 SC(old_space_bytes_committed, V8.MemoryOldSpaceBytesCommitted) \
1040 SC(old_space_bytes_used, V8.MemoryOldSpaceBytesUsed) \
1041 SC(code_space_bytes_available, V8.MemoryCodeSpaceBytesAvailable) \
1042 SC(code_space_bytes_committed, V8.MemoryCodeSpaceBytesCommitted) \
1043 SC(code_space_bytes_used, V8.MemoryCodeSpaceBytesUsed) \
1044 SC(map_space_bytes_available, V8.MemoryMapSpaceBytesAvailable) \
1045 SC(map_space_bytes_committed, V8.MemoryMapSpaceBytesCommitted) \
1046 SC(map_space_bytes_used, V8.MemoryMapSpaceBytesUsed) \
1047 SC(lo_space_bytes_available, V8.MemoryLoSpaceBytesAvailable) \
1048 SC(lo_space_bytes_committed, V8.MemoryLoSpaceBytesCommitted) \
1049 SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed) \
1050 SC(turbo_escape_allocs_replaced, V8.TurboEscapeAllocsReplaced) \
1051 SC(crankshaft_escape_allocs_replaced, V8.CrankshaftEscapeAllocsReplaced) \
1052 SC(turbo_escape_loads_replaced, V8.TurboEscapeLoadsReplaced) \
1053 SC(crankshaft_escape_loads_replaced, V8.CrankshaftEscapeLoadsReplaced) \
1055 SC(total_baseline_code_size, V8.TotalBaselineCodeSize) \
1057 SC(total_baseline_compile_count, V8.TotalBaselineCompileCount)