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

Unified Diff: runtime/vm/timeline_analysis.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 ca1424b4d6550528cf99e451d3cb831bd6e33961..a4700843fb8199fe3b4348b82517c97aa648ff00 100644
--- a/runtime/vm/timeline_analysis.h
+++ b/runtime/vm/timeline_analysis.h
@@ -31,7 +31,6 @@ class TimelineAnalysisThread : public ZoneAllocated {
friend class TimelineAnalysis;
};
-
class TimelineAnalysisThreadEventIterator : public ValueObject {
public:
explicit TimelineAnalysisThreadEventIterator(TimelineAnalysisThread* thread);
@@ -50,7 +49,6 @@ class TimelineAnalysisThreadEventIterator : public ValueObject {
intptr_t event_cursor_;
};
-
// Base of all timeline analysis classes. Base functionality:
// - discovery of all thread ids in a recording.
// - collecting all ThreadEventBlocks by thread id.
@@ -90,7 +88,6 @@ class TimelineAnalysis : public ValueObject {
ZoneGrowableArray<TimelineAnalysisThread*> threads_;
};
-
class TimelineLabelPauseInfo : public ZoneAllocated {
public:
explicit TimelineLabelPauseInfo(const char* name);
@@ -147,7 +144,6 @@ class TimelineLabelPauseInfo : public ZoneAllocated {
friend class TimelinePauseTrace;
};
-
class TimelinePauses : public TimelineAnalysis {
public:
TimelinePauses(Zone* zone, Isolate* isolate, TimelineEventRecorder* recorder);
@@ -190,7 +186,6 @@ class TimelinePauses : public TimelineAnalysis {
ZoneGrowableArray<TimelineLabelPauseInfo*> labels_;
};
-
class TimelinePauseTrace : public ValueObject {
public:
TimelinePauseTrace();
« 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