Home
last modified time | relevance | path

Searched refs:cost_per_entry_ms (Results 1 – 14 of 14) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1Analytics.cpp169 void G1Analytics::report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc) { in report_cost_per_entry_ms() argument
171 _cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
173 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
H A Dg1Analytics.hpp104 void report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc);
H A Dg1Policy.cpp636 double cost_per_entry_ms = 0.0; in record_collection_pause_end() local
638 cost_per_entry_ms = average_time_ms(G1GCPhaseTimes::ScanRS) / (double) cards_scanned; in record_collection_pause_end()
639 _analytics->report_cost_per_entry_ms(cost_per_entry_ms, this_pause_was_young_only); in record_collection_pause_end()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1Analytics.cpp169 void G1Analytics::report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc) { in report_cost_per_entry_ms() argument
171 _cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
173 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
H A Dg1Analytics.hpp104 void report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc);
H A Dg1Policy.cpp658 double cost_per_entry_ms = 0.0; in record_collection_pause_end() local
664 cost_per_entry_ms = avg_time_scan_rs / cards_scanned; in record_collection_pause_end()
665 _analytics->report_cost_per_entry_ms(cost_per_entry_ms, this_pause_was_young_only); in record_collection_pause_end()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1Analytics.cpp169 void G1Analytics::report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc) { in report_cost_per_entry_ms() argument
171 _cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
173 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
H A Dg1Analytics.hpp104 void report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc);
H A Dg1Policy.cpp636 double cost_per_entry_ms = 0.0; in record_collection_pause_end() local
638 cost_per_entry_ms = average_time_ms(G1GCPhaseTimes::ScanRS) / (double) cards_scanned; in record_collection_pause_end()
639 _analytics->report_cost_per_entry_ms(cost_per_entry_ms, this_pause_was_young_only); in record_collection_pause_end()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1Analytics.cpp169 void G1Analytics::report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc) { in report_cost_per_entry_ms() argument
171 _cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
173 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms); in report_cost_per_entry_ms()
H A Dg1Analytics.hpp104 void report_cost_per_entry_ms(double cost_per_entry_ms, bool for_young_gc);
H A Dg1Policy.cpp662 double cost_per_entry_ms = 0.0; in record_collection_pause_end() local
664 cost_per_entry_ms = average_time_ms(G1GCPhaseTimes::ScanRS) / (double) cards_scanned; in record_collection_pause_end()
665 _analytics->report_cost_per_entry_ms(cost_per_entry_ms, this_pause_was_young_only); in record_collection_pause_end()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1089 double cost_per_entry_ms = 0.0; in record_collection_pause_end() local
1091cost_per_entry_ms = phase_times()->average_time_ms(G1GCPhaseTimes::ScanRS) / (double) cards_scanne… in record_collection_pause_end()
1093 _cost_per_entry_ms_seq->add(cost_per_entry_ms); in record_collection_pause_end()
1095 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms); in record_collection_pause_end()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1089 double cost_per_entry_ms = 0.0; in record_collection_pause_end() local
1091cost_per_entry_ms = phase_times()->average_time_ms(G1GCPhaseTimes::ScanRS) / (double) cards_scanne… in record_collection_pause_end()
1093 _cost_per_entry_ms_seq->add(cost_per_entry_ms); in record_collection_pause_end()
1095 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms); in record_collection_pause_end()