Index: runtime/vm/heap.cc |
=================================================================== |
--- runtime/vm/heap.cc (revision 33466) |
+++ runtime/vm/heap.cc (working copy) |
@@ -458,13 +458,13 @@ |
OS::PrintErr( |
"[ GC(%" Pd64 "): %s(%s), " // GC(isolate), space(reason) |
"%" Pd ", " // count |
- "%.3f, " // start time |
- "%.3f, " // total time |
+ "%" Pd64 ", " // start time |
+ "%" Pd64 ", " // total time |
"%" Pd ", %" Pd ", " // new gen: in use before/after |
"%" Pd ", %" Pd ", " // new gen: capacity before/after |
"%" Pd ", %" Pd ", " // old gen: in use before/after |
"%" Pd ", %" Pd ", " // old gen: capacity before/after |
- "%.3f, %.3f, %.3f, %.3f, " // times |
+ "%" Pd64 ", %" Pd64 ", %" Pd64 ", %" Pd64 ", " // times |
"%" Pd ", %" Pd ", %" Pd ", %" Pd ", " // data |
"]\n", // End with a comma to make it easier to import in spreadsheets. |
isolate->main_port(), space_str, GCReasonToString(stats_.reason_), |