Note that if consumption_ is based on consumption_metric_, this will the max value we've recorded in consumption(), not necessarily the highest value consumption_metric_ has ever reached.
| 305 | /// we've recorded in consumption(), not necessarily the highest value |
| 306 | /// consumption_metric_ has ever reached. |
| 307 | int64_t peak_consumption() const { return consumption_->value(); } |
| 308 | |
| 309 | MemTracker* parent() const { return parent_; } |
| 310 |