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

Unified Diff: ui/events/latency_info.cc

Issue 1152553011: Allow binding point to be specified on flow end events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unittests for flow events Created 5 years, 6 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
Index: ui/events/latency_info.cc
diff --git a/ui/events/latency_info.cc b/ui/events/latency_info.cc
index 54acb7f8713e0a9b9477ded82316d2e57f88891c..bd233ae20cfbcbd2c2ce6fa4959dcea17347af98 100644
--- a/ui/events/latency_info.cc
+++ b/ui/events/latency_info.cc
@@ -338,7 +338,7 @@ void LatencyInfo::AddLatencyNumberWithTimestampImpl(
"data", AsTraceableData(*this));
}
- TRACE_EVENT_FLOW_END0(
+ TRACE_EVENT_FLOW_END_BIND_TO_ENCLOSING0(
"input,benchmark", "LatencyInfo.Flow", TRACE_ID_DONT_MANGLE(trace_id));
}
}
« base/trace_event/trace_event_unittest.cc ('K') | « base/trace_event/trace_event_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698