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

Unified Diff: base/test/trace_event_analyzer.h

Issue 2253973003: Add an explicit way of making IDs local or global (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lints Created 4 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 | base/test/trace_event_analyzer.cc » ('j') | base/trace_event/common/trace_event_common.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/trace_event_analyzer.h
diff --git a/base/test/trace_event_analyzer.h b/base/test/trace_event_analyzer.h
index 0e2366bbb19c8e89b2bc91526dc4e2f013e47907..41944b07900ac82430e06a8ec3bebb7c54db7557 100644
--- a/base/test/trace_event_analyzer.h
+++ b/base/test/trace_event_analyzer.h
@@ -165,6 +165,8 @@ struct TraceEvent {
std::string category;
std::string name;
std::string id;
+ std::string local_id;
+ std::string global_id;
// All numbers and bool values from TraceEvent args are cast to double.
// bool becomes 1.0 (true) or 0.0 (false).
« no previous file with comments | « no previous file | base/test/trace_event_analyzer.cc » ('j') | base/trace_event/common/trace_event_common.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698