Index: runtime/vm/timeline_analysis.cc |
diff --git a/runtime/vm/timeline_analysis.cc b/runtime/vm/timeline_analysis.cc |
index b0b0e3f325b30656af1ee8eee24e6a3bb0e76914..4c08d6b60cde0e66dd2488dc3396e305f2b1c917 100644 |
--- a/runtime/vm/timeline_analysis.cc |
+++ b/runtime/vm/timeline_analysis.cc |
@@ -506,7 +506,8 @@ void TimelinePauseTrace::Print() { |
TimelinePauses pauses(zone, isolate, recorder); |
pauses.Setup(); |
- THR_Print("Timing for isolate %s (from %" Pd " threads)\n", isolate->name(), |
+ THR_Print("Timing for isolate (%" Pd64 ") '%s' (from %" Pd " threads)\n", |
+ static_cast<int64_t>(isolate->main_port()), isolate->name(), |
pauses.NumThreads()); |
THR_Print("\n"); |
for (intptr_t t_idx = 0; t_idx < pauses.NumThreads(); t_idx++) { |