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

Unified Diff: third_party/WebKit/Source/platform/EventTracer.h

Issue 1359973003: Support tracing flow events v2 in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | third_party/WebKit/Source/platform/EventTracer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/EventTracer.h
diff --git a/third_party/WebKit/Source/platform/EventTracer.h b/third_party/WebKit/Source/platform/EventTracer.h
index 1e390830201b70bc787563c7feb2e7ddf303ce2d..2b5f90a6e81d69027a29e94e43c1781ce782fa13 100644
--- a/third_party/WebKit/Source/platform/EventTracer.h
+++ b/third_party/WebKit/Source/platform/EventTracer.h
@@ -67,6 +67,7 @@ public:
const unsigned char* categoryEnabledFlag,
const char* name,
unsigned long long id,
+ unsigned long long bindId,
double timestamp,
int numArgs,
const char* argNames[],
@@ -74,17 +75,18 @@ public:
const unsigned long long argValues[],
PassRefPtr<TraceEvent::ConvertableToTraceFormat>,
PassRefPtr<TraceEvent::ConvertableToTraceFormat>,
- unsigned char flags);
+ unsigned flags);
static TraceEvent::TraceEventHandle addTraceEvent(char phase,
const unsigned char* categoryEnabledFlag,
const char* name,
unsigned long long id,
+ unsigned long long bindId,
double timestamp,
int numArgs,
const char* argNames[],
const unsigned char argTypes[],
const unsigned long long argValues[],
- unsigned char flags);
+ unsigned flags);
static void updateTraceEventDuration(const unsigned char* categoryEnabledFlag, const char* name, TraceEvent::TraceEventHandle);
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/EventTracer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698