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

Unified Diff: runtime/vm/timeline.h

Issue 2985253002: [corelib] dart:developer timeline flow events (Closed)
Patch Set: Update changelog 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/bootstrap_natives.h ('k') | 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 eecb0dd2f01f06cda623309c41bd44eb42878047..d7203487d7badabe920adff401aefc7a1e4c006a 100644
--- a/runtime/vm/timeline.h
+++ b/runtime/vm/timeline.h
@@ -875,6 +875,17 @@ class DartTimelineEventHelpers : public AllStatic {
const char* name,
const char* args);
+ static void ReportFlowEvent(Thread* thread,
+ Zone* zone,
+ TimelineEvent* event,
+ int64_t start,
+ int64_t start_cpu,
+ const char* category,
+ const char* name,
+ int64_t type,
+ int64_t flow_id,
+ const char* args);
+
static void ReportInstantEvent(Thread* thread,
Zone* zone,
TimelineEvent* event,
@@ -907,6 +918,17 @@ class DartCommonTimelineEventHelpers : public AllStatic {
const char* name,
const char* args);
+ static void ReportFlowEvent(Thread* thread,
+ Zone* zone,
+ TimelineEvent* event,
+ int64_t start,
+ int64_t start_cpu,
+ const char* category,
+ const char* name,
+ int64_t type,
+ int64_t flow_id,
+ const char* args);
+
static void ReportInstantEvent(Thread* thread,
Zone* zone,
TimelineEvent* event,
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | runtime/vm/timeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698