Home
last modified time | relevance | path

Searched refs:gc_stats (Results 1 – 25 of 150) sorted by relevance

123456

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsGCAdaptivePolicyCounters.hpp252 inline void update_avg_promoted_avg(CMSGCStats* gc_stats) { in update_avg_promoted_avg() argument
254 (jlong)(gc_stats->avg_promoted()->average()) in update_avg_promoted_avg()
257 inline void update_avg_promoted_dev(CMSGCStats* gc_stats) { in update_avg_promoted_dev() argument
259 (jlong)(gc_stats->avg_promoted()->deviation()) in update_avg_promoted_dev()
262 inline void update_avg_promoted_padded_avg(CMSGCStats* gc_stats) { in update_avg_promoted_padded_avg() argument
264 (jlong)(gc_stats->avg_promoted()->padded_average()) in update_avg_promoted_padded_avg()
298 void update_counters(CMSGCStats* gc_stats);
H A DcmsGCAdaptivePolicyCounters.cpp232 void CMSGCAdaptivePolicyCounters::update_counters(CMSGCStats* gc_stats) { in update_counters() argument
235 update_promoted((size_t) gc_stats->avg_promoted()->last_sample()); in update_counters()
236 update_avg_promoted_avg(gc_stats); in update_counters()
237 update_avg_promoted_dev(gc_stats); in update_counters()
238 update_avg_promoted_padded_avg(gc_stats); in update_counters()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsGCAdaptivePolicyCounters.hpp252 inline void update_avg_promoted_avg(CMSGCStats* gc_stats) { in update_avg_promoted_avg() argument
254 (jlong)(gc_stats->avg_promoted()->average()) in update_avg_promoted_avg()
257 inline void update_avg_promoted_dev(CMSGCStats* gc_stats) { in update_avg_promoted_dev() argument
259 (jlong)(gc_stats->avg_promoted()->deviation()) in update_avg_promoted_dev()
262 inline void update_avg_promoted_padded_avg(CMSGCStats* gc_stats) { in update_avg_promoted_padded_avg() argument
264 (jlong)(gc_stats->avg_promoted()->padded_average()) in update_avg_promoted_padded_avg()
298 void update_counters(CMSGCStats* gc_stats);
H A DcmsGCAdaptivePolicyCounters.cpp232 void CMSGCAdaptivePolicyCounters::update_counters(CMSGCStats* gc_stats) { in update_counters() argument
235 update_promoted((size_t) gc_stats->avg_promoted()->last_sample()); in update_counters()
236 update_avg_promoted_avg(gc_stats); in update_counters()
237 update_avg_promoted_dev(gc_stats); in update_counters()
238 update_avg_promoted_padded_avg(gc_stats); in update_counters()
/dports/math/minizinc/libminizinc-2.5.5/lib/
H A Dastmap.cpp23 gc_stats[it->second->_id].keepalive++; in mark()
33 gc_stats[it.second->e()->Expression::eid()].keepalive++; in mark()
34 Item::mark(it.second, gc_stats); in mark()
/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dspacetime_snapshot.c58 } gc_stats; typedef
74 value gc_stats; member
106 gc_stats* stats; in take_gc_stats()
108 v_stats = allocate_outside_heap(sizeof(gc_stats)); in take_gc_stats()
109 stats = (gc_stats*) v_stats; in take_gc_stats()
161 value gc_stats; in take_snapshot() local
181 gc_stats = take_gc_stats(); in take_snapshot()
269 heap_snapshot->gc_stats = gc_stats; in take_snapshot()
301 caml_stat_free(Hp_val(heap_snapshot->gc_stats)); in caml_spacetime_save_snapshot()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dspacetime_snapshot.c58 } gc_stats; typedef
74 value gc_stats; member
106 gc_stats* stats; in take_gc_stats()
108 v_stats = allocate_outside_heap(sizeof(gc_stats)); in take_gc_stats()
109 stats = (gc_stats*) v_stats; in take_gc_stats()
161 value gc_stats; in take_snapshot() local
181 gc_stats = take_gc_stats(); in take_snapshot()
269 heap_snapshot->gc_stats = gc_stats; in take_snapshot()
301 caml_stat_free(Hp_val(heap_snapshot->gc_stats)); in caml_spacetime_save_snapshot()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/scripts/perf/gc/
H A Dprint_gc_stats.rb50 gc_stats = GC.stat
51 warn gc_stats.inspect
62 values += gc_stat_keys.map { |k| gc_stats[k] }
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/
H A Dddfs_master.erl10 gc_stats/0,
39 -type gc_stats() :: none | gc_run_stats(). type
50 gc_stats = none :: none | {gc_stats(), erlang:timestamp()}}).
54 -export_type([gc_stats/0, node_info/0]).
95 -spec gc_stats() -> {ok, none | {gc_stats(), erlang:timestamp()}} | {error, term()}.
96 gc_stats() -> function
97 gen_server:call(?MODULE, gc_stats).
185 (gc_stats, from(), state()) ->
211 handle_call(gc_stats, _F, #state{gc_stats = Stats} = S) ->
246 | {update_gc_stats, gc_stats()}
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/
H A Dddfs_master.erl10 gc_stats/0,
39 -type gc_stats() :: none | gc_run_stats(). type
50 gc_stats = none :: none | {gc_stats(), erlang:timestamp()}}).
54 -export_type([gc_stats/0, node_info/0]).
95 -spec gc_stats() -> {ok, none | {gc_stats(), erlang:timestamp()}} | {error, term()}.
96 gc_stats() -> function
97 gen_server:call(?MODULE, gc_stats).
185 (gc_stats, from(), state()) ->
211 handle_call(gc_stats, _F, #state{gc_stats = Stats} = S) ->
246 | {update_gc_stats, gc_stats()}
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/
H A Dddfs_master.erl10 gc_stats/0,
39 -type gc_stats() :: none | gc_run_stats(). type
50 gc_stats = none :: none | {gc_stats(), erlang:timestamp()}}).
54 -export_type([gc_stats/0, node_info/0]).
95 -spec gc_stats() -> {ok, none | {gc_stats(), erlang:timestamp()}} | {error, term()}.
96 gc_stats() -> function
97 gen_server:call(?MODULE, gc_stats).
185 (gc_stats, from(), state()) ->
211 handle_call(gc_stats, _F, #state{gc_stats = Stats} = S) ->
246 | {update_gc_stats, gc_stats()}
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/
H A Dddfs_master.erl10 gc_stats/0,
39 -type gc_stats() :: none | gc_run_stats(). type
50 gc_stats = none :: none | {gc_stats(), erlang:timestamp()}}).
54 -export_type([gc_stats/0, node_info/0]).
95 -spec gc_stats() -> {ok, none | {gc_stats(), erlang:timestamp()}} | {error, term()}.
96 gc_stats() -> function
97 gen_server:call(?MODULE, gc_stats).
185 (gc_stats, from(), state()) ->
211 handle_call(gc_stats, _F, #state{gc_stats = Stats} = S) ->
246 | {update_gc_stats, gc_stats()}
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/
H A Dddfs_master.erl10 gc_stats/0,
39 -type gc_stats() :: none | gc_run_stats(). type
50 gc_stats = none :: none | {gc_stats(), erlang:timestamp()}}).
54 -export_type([gc_stats/0, node_info/0]).
95 -spec gc_stats() -> {ok, none | {gc_stats(), erlang:timestamp()}} | {error, term()}.
96 gc_stats() -> function
97 gen_server:call(?MODULE, gc_stats).
185 (gc_stats, from(), state()) ->
211 handle_call(gc_stats, _F, #state{gc_stats = Stats} = S) ->
246 | {update_gc_stats, gc_stats()}
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/
H A Dddfs_master.erl10 gc_stats/0,
39 -type gc_stats() :: none | gc_run_stats(). type
50 gc_stats = none :: none | {gc_stats(), erlang:timestamp()}}).
54 -export_type([gc_stats/0, node_info/0]).
95 -spec gc_stats() -> {ok, none | {gc_stats(), erlang:timestamp()}} | {error, term()}.
96 gc_stats() -> function
97 gen_server:call(?MODULE, gc_stats).
185 (gc_stats, from(), state()) ->
211 handle_call(gc_stats, _F, #state{gc_stats = Stats} = S) ->
246 | {update_gc_stats, gc_stats()}
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/
H A Dddfs_master.erl10 gc_stats/0,
39 -type gc_stats() :: none | gc_run_stats(). type
50 gc_stats = none :: none | {gc_stats(), erlang:timestamp()}}).
54 -export_type([gc_stats/0, node_info/0]).
95 -spec gc_stats() -> {ok, none | {gc_stats(), erlang:timestamp()}} | {error, term()}.
96 gc_stats() -> function
97 gen_server:call(?MODULE, gc_stats).
185 (gc_stats, from(), state()) ->
211 handle_call(gc_stats, _F, #state{gc_stats = Stats} = S) ->
246 | {update_gc_stats, gc_stats()}
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dgc-stats.c17 GCStats gc_stats = {}; variable
19 GCStats gc_stats; variable
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/gcstats/
H A Dgc_stats_private.h31 #define XINI_GCSTATS(v) (XG(settings.gc_stats.v))
32 #define XG_GCSTATS(v) (XG(globals.gc_stats.v))
/dports/lang/v8/v8-9.6.180.12/src/logging/
H A Dtracing-flags.h22 static V8_EXPORT_PRIVATE std::atomic_uint gc_stats; member
37 return gc_stats.load(std::memory_order_relaxed) != 0; in is_gc_stats_enabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/logging/
H A Dtracing-flags.h22 static V8_EXPORT_PRIVATE std::atomic_uint gc_stats; member
35 return gc_stats.load(std::memory_order_relaxed) != 0; in is_gc_stats_enabled()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/utils/
H A Dmeasuring.rb31 gc_stats: gc_stats,
/dports/devel/pecl-xdebug/xdebug-3.1.2/
H A Dphp_xdebug.h85 xdebug_gc_stats_globals_t gc_stats; in TraceFoldLevel()
95 xdebug_gc_stats_settings_t gc_stats;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/tracing/
H A Dtracing-category-observer.cc51 i::TracingFlags::gc_stats.fetch_or(ENABLED_BY_TRACING, in OnTraceEnabled()
68 i::TracingFlags::gc_stats.fetch_and(~ENABLED_BY_TRACING, in OnTraceDisabled()
/dports/lang/v8/v8-9.6.180.12/src/tracing/
H A Dtracing-category-observer.cc51 i::TracingFlags::gc_stats.fetch_or(ENABLED_BY_TRACING, in OnTraceEnabled()
75 i::TracingFlags::gc_stats.fetch_and(~ENABLED_BY_TRACING, in OnTraceDisabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/tracing/
H A Dtracing-category-observer.cc51 i::TracingFlags::gc_stats.fetch_or(ENABLED_BY_TRACING, in OnTraceEnabled()
75 i::TracingFlags::gc_stats.fetch_and(~ENABLED_BY_TRACING, in OnTraceDisabled()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/bcache/
H A Dwriteback.c23 c->gc_stats.in_use < BCH_AUTO_GC_DIRTY_THRESHOLD) in update_gc_after_writeback()
106 c->gc_stats.in_use > BCH_WRITEBACK_FRAGMENT_THRESHOLD_LOW && dirty > 0) { in __update_writeback_rate()
112 if (c->gc_stats.in_use <= BCH_WRITEBACK_FRAGMENT_THRESHOLD_MID) { in __update_writeback_rate()
114 (c->gc_stats.in_use - BCH_WRITEBACK_FRAGMENT_THRESHOLD_LOW); in __update_writeback_rate()
115 } else if (c->gc_stats.in_use <= BCH_WRITEBACK_FRAGMENT_THRESHOLD_HIGH) { in __update_writeback_rate()
117 (c->gc_stats.in_use - BCH_WRITEBACK_FRAGMENT_THRESHOLD_MID); in __update_writeback_rate()
120 (c->gc_stats.in_use - BCH_WRITEBACK_FRAGMENT_THRESHOLD_HIGH); in __update_writeback_rate()

123456