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

Unified Diff: runtime/vm/timeline.h

Issue 1283093004: Ensure TimelineEventRingRecorder outputs blocks in increasing time order (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 | « no previous file | runtime/vm/timeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timeline.h
diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
index e7c804a8309c8b7507cf72ac0eee26602f35dbae..191c1f84782f2c9618bd727495c8d48b65184626 100644
--- a/runtime/vm/timeline.h
+++ b/runtime/vm/timeline.h
@@ -393,6 +393,7 @@ class TimelineEventRingRecorder : public TimelineEventRecorder {
TimelineEvent* StartEvent();
void CompleteEvent(TimelineEvent* event);
+ intptr_t FindOldestBlockIndex() const;
TimelineEventBlock* GetNewBlockLocked();
void PrintJSONEvents(JSONArray* array) const;
« no previous file with comments | « no previous file | runtime/vm/timeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698