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

Unified Diff: runtime/vm/timeline_analysis.cc

Issue 1295563002: Allow TimelineAnalysis to work on any TimelineEventRecorder (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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_analysis.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_analysis.cc
diff --git a/runtime/vm/timeline_analysis.cc b/runtime/vm/timeline_analysis.cc
index 1e7480fa4c69a1094ac29c90616204f24e427138..9ca667812b0333ff6ad8e6e3183957e3f751343f 100644
--- a/runtime/vm/timeline_analysis.cc
+++ b/runtime/vm/timeline_analysis.cc
@@ -42,7 +42,7 @@ void TimelineAnalysisThread::Finalize() {
TimelineAnalysis::TimelineAnalysis(Zone* zone,
Isolate* isolate,
- TimelineEventEndlessRecorder* recorder)
+ TimelineEventRecorder* recorder)
: zone_(zone),
isolate_(isolate),
recorder_(recorder),
@@ -132,7 +132,7 @@ void TimelineAnalysis::SetError(const char* format, ...) {
TimelinePauses::TimelinePauses(Zone* zone,
Isolate* isolate,
- TimelineEventEndlessRecorder* recorder)
+ TimelineEventRecorder* recorder)
: TimelineAnalysis(zone, isolate, recorder) {
}
« no previous file with comments | « runtime/vm/timeline_analysis.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698