| Index: runtime/vm/heap.cc
|
| diff --git a/runtime/vm/heap.cc b/runtime/vm/heap.cc
|
| index 78f987fdf4976bcdb1f495183fbe26d203433543..66aed6005cb588cad5096539cb1d18247d2e3cdd 100644
|
| --- a/runtime/vm/heap.cc
|
| +++ b/runtime/vm/heap.cc
|
| @@ -761,7 +761,7 @@ void Heap::PrintStats() {
|
| "]\n", // End with a comma to make it easier to import in spreadsheets.
|
| isolate()->main_port(), space_str, GCReasonToString(stats_.reason_),
|
| stats_.num_,
|
| - MicrosecondsToSeconds(stats_.before_.micros_ - isolate()->start_time()),
|
| + MicrosecondsToSeconds(isolate()->UptimeMicros()),
|
| MicrosecondsToMilliseconds(stats_.after_.micros_ -
|
| stats_.before_.micros_),
|
| RoundWordsToKB(stats_.before_.new_.used_in_words),
|
|
|