< prev index next >

src/hotspot/share/gc/g1/g1Analytics.hpp

Print this page
rev 56067 : [mq]: renaming

*** 44,54 **** TruncatedSeq* _alloc_rate_ms_seq; double _prev_collection_pause_end_ms; TruncatedSeq* _rs_length_diff_seq; ! TruncatedSeq* _cost_per_log_buffer_entry_ms_seq; TruncatedSeq* _cost_scan_hcc_seq; TruncatedSeq* _young_cards_per_entry_ratio_seq; TruncatedSeq* _mixed_cards_per_entry_ratio_seq; TruncatedSeq* _young_only_cost_per_remset_card_ms_seq; TruncatedSeq* _mixed_cost_per_remset_card_ms_seq; --- 44,54 ---- TruncatedSeq* _alloc_rate_ms_seq; double _prev_collection_pause_end_ms; TruncatedSeq* _rs_length_diff_seq; ! TruncatedSeq* _cost_per_logged_card_ms_seq; TruncatedSeq* _cost_scan_hcc_seq; TruncatedSeq* _young_cards_per_entry_ratio_seq; TruncatedSeq* _mixed_cards_per_entry_ratio_seq; TruncatedSeq* _young_only_cost_per_remset_card_ms_seq; TruncatedSeq* _mixed_cost_per_remset_card_ms_seq;
*** 97,107 **** } void report_concurrent_mark_remark_times_ms(double ms); void report_concurrent_mark_cleanup_times_ms(double ms); void report_alloc_rate_ms(double alloc_rate); ! void report_cost_per_log_buffer_entry_ms(double cost_per_log_buffer_entry_ms); void report_cost_scan_hcc(double cost_scan_hcc); void report_cost_per_remset_card_ms(double cost_per_remset_card_ms, bool for_young_gc); void report_cards_per_entry_ratio(double cards_per_entry_ratio, bool for_young_gc); void report_rs_length_diff(double rs_length_diff); void report_cost_per_byte_ms(double cost_per_byte_ms, bool mark_or_rebuild_in_progress); --- 97,107 ---- } void report_concurrent_mark_remark_times_ms(double ms); void report_concurrent_mark_cleanup_times_ms(double ms); void report_alloc_rate_ms(double alloc_rate); ! void report_cost_per_logged_card_ms(double cost_per_logged_card_ms); void report_cost_scan_hcc(double cost_scan_hcc); void report_cost_per_remset_card_ms(double cost_per_remset_card_ms, bool for_young_gc); void report_cards_per_entry_ratio(double cards_per_entry_ratio, bool for_young_gc); void report_rs_length_diff(double rs_length_diff); void report_cost_per_byte_ms(double cost_per_byte_ms, bool mark_or_rebuild_in_progress);
*** 114,124 **** size_t predict_rs_length_diff() const; double predict_alloc_rate_ms() const; int num_alloc_rate_ms() const; ! double predict_cost_per_log_buffer_entry_ms() const; double predict_scan_hcc_ms() const; double predict_rs_update_time_ms(size_t pending_cards) const; --- 114,124 ---- size_t predict_rs_length_diff() const; double predict_alloc_rate_ms() const; int num_alloc_rate_ms() const; ! double predict_cost_per_logged_card_ms() const; double predict_scan_hcc_ms() const; double predict_rs_update_time_ms(size_t pending_cards) const;
< prev index next >