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

Unified Diff: runtime/vm/timeline_analysis.h

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.cc ('k') | runtime/vm/timeline_analysis.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timeline_analysis.h
diff --git a/runtime/vm/timeline_analysis.h b/runtime/vm/timeline_analysis.h
index 04806c1f68cfd30369796228b2feebf1884d7a9b..ffdad36d940171a85df1f915c8b1ac344344aa47 100644
--- a/runtime/vm/timeline_analysis.h
+++ b/runtime/vm/timeline_analysis.h
@@ -45,7 +45,7 @@ class TimelineAnalysis : public ValueObject {
public:
TimelineAnalysis(Zone* zone,
Isolate* isolate,
- TimelineEventEndlessRecorder* recorder);
+ TimelineEventRecorder* recorder);
~TimelineAnalysis();
void BuildThreads();
@@ -78,7 +78,7 @@ class TimelineAnalysis : public ValueObject {
Zone* zone_;
Isolate* isolate_;
- TimelineEventEndlessRecorder* recorder_;
+ TimelineEventRecorder* recorder_;
bool has_error_;
const char* error_msg_;
@@ -90,7 +90,7 @@ class TimelinePauses : public TimelineAnalysis {
public:
TimelinePauses(Zone* zone,
Isolate* isolate,
- TimelineEventEndlessRecorder* recorder);
+ TimelineEventRecorder* recorder);
private:
};
« no previous file with comments | « runtime/vm/timeline.cc ('k') | runtime/vm/timeline_analysis.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698