Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: runtime/vm/timeline.cc

Issue 1972523003: Improve Observatory Timeline UI (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/timeline.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timeline.cc
diff --git a/runtime/vm/timeline.cc b/runtime/vm/timeline.cc
index 97fdd61772f72cec99feb1a3ee374bf7f8f1c1a1..b0f6f05e085650f9befd801507d8de72bbc491e1 100644
--- a/runtime/vm/timeline.cc
+++ b/runtime/vm/timeline.cc
@@ -1293,7 +1293,7 @@ void TimelineEventFixedBufferRecorder::PrintJSON(JSONStream* js,
PrintJSONEvents(&events, filter);
}
topLevel.AddPropertyTimeMicros("timeOriginMicros", TimeOriginMicros());
- topLevel.AddPropertyTimeMicros("TimeExtentMicros", TimeExtentMicros());
+ topLevel.AddPropertyTimeMicros("timeExtentMicros", TimeExtentMicros());
}
@@ -1441,7 +1441,7 @@ void TimelineEventEndlessRecorder::PrintJSON(JSONStream* js,
PrintJSONEvents(&events, filter);
}
topLevel.AddPropertyTimeMicros("timeOriginMicros", TimeOriginMicros());
- topLevel.AddPropertyTimeMicros("TimeExtentMicros", TimeExtentMicros());
+ topLevel.AddPropertyTimeMicros("timeExtentMicros", TimeExtentMicros());
}
« no previous file with comments | « runtime/vm/timeline.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698