Home
last modified time | relevance | path

Searched refs:mut_time (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1Policy.cpp509 double mut_time = mut_end_time - mut_start_time; in record_concurrent_refinement_stats() local
514 if (mut_time > 1.0) { // Require > 1ms sample time. in record_concurrent_refinement_stats()
515 double dirtied_rate = total_stats.dirtied_cards() / mut_time; in record_concurrent_refinement_stats()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1Policy.cpp504 double mut_time = mut_end_time - mut_start_time; in record_concurrent_refinement_stats() local
509 if (mut_time > 1.0) { // Require > 1ms sample time. in record_concurrent_refinement_stats()
510 double dirtied_rate = total_stats.dirtied_cards() / mut_time; in record_concurrent_refinement_stats()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1Policy.cpp506 double mut_time = mut_end_time - mut_start_time; in record_concurrent_refinement_stats() local
511 if (mut_time > 1.0) { // Require > 1ms sample time. in record_concurrent_refinement_stats()
512 double dirtied_rate = total_stats.dirtied_cards() / mut_time; in record_concurrent_refinement_stats()
/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DGC.c259 Time mut_time = 0; in GarbageCollect() local
264 mut_time = stats.mutator_cpu_ns; in GarbageCollect()
917 heapCensus(mut_time); in GarbageCollect()