equal
deleted
inserted
replaced
105 _desired_net_plab_sz = plab_sz; |
105 _desired_net_plab_sz = plab_sz; |
106 if (PrintPLAB) { |
106 if (PrintPLAB) { |
107 gclog_or_tty->print(" (plab_sz = " SIZE_FORMAT " desired_plab_sz = " SIZE_FORMAT ") ", cur_plab_sz, plab_sz); |
107 gclog_or_tty->print(" (plab_sz = " SIZE_FORMAT " desired_plab_sz = " SIZE_FORMAT ") ", cur_plab_sz, plab_sz); |
108 } |
108 } |
109 } |
109 } |
110 gclog_or_tty->cr(); |
110 if (PrintPLAB) { |
|
111 gclog_or_tty->cr(); |
|
112 } |
111 // Clear accumulators for next round. |
113 // Clear accumulators for next round. |
112 reset(); |
114 reset(); |
113 } |
115 } |
114 |
116 |