src/hotspot/share/gc/g1/g1Analytics.hpp
changeset 58798 08e78887ff96
parent 58508 d6058bd73982
child 59319 9ee940f1de90
equal deleted inserted replaced
58797:f29ca6895893 58798:08e78887ff96
   113   void report_non_young_other_cost_per_region_ms(double other_cost_per_region_ms);
   113   void report_non_young_other_cost_per_region_ms(double other_cost_per_region_ms);
   114   void report_constant_other_time_ms(double constant_other_time_ms);
   114   void report_constant_other_time_ms(double constant_other_time_ms);
   115   void report_pending_cards(double pending_cards);
   115   void report_pending_cards(double pending_cards);
   116   void report_rs_length(double rs_length);
   116   void report_rs_length(double rs_length);
   117 
   117 
   118   size_t predict_rs_length_diff() const;
       
   119 
       
   120   double predict_alloc_rate_ms() const;
   118   double predict_alloc_rate_ms() const;
   121   int num_alloc_rate_ms() const;
   119   int num_alloc_rate_ms() const;
   122 
   120 
   123   double predict_concurrent_refine_rate_ms() const;
   121   double predict_concurrent_refine_rate_ms() const;
   124   double predict_logged_cards_rate_ms() const;
   122   double predict_logged_cards_rate_ms() const;