Searched refs:cost_per_entry_ms (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1Analytics.hpp104 void report_cost_per_entry_ms(double cost_per_entry_ms, bool last_gc_was_young);
H A Dg1Analytics.cpp167 void G1Analytics::report_cost_per_entry_ms(double cost_per_entry_ms, bool last_gc_was_young) { argument
169 _cost_per_entry_ms_seq->add(cost_per_entry_ms);
171 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms);
H A Dg1DefaultPolicy.cpp662 double cost_per_entry_ms = 0.0; local
664 cost_per_entry_ms = average_time_ms(G1GCPhaseTimes::ScanRS) / (double) cards_scanned;
665 _analytics->report_cost_per_entry_ms(cost_per_entry_ms, collector_state()->last_gc_was_young());

Completed in 43 milliseconds