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

Unified Diff: ui/events/latency_info.cc

Issue 1129063010: Let LatencyInfo async events be under category "latency_info" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: naming "latency_info" -> "latencyInfo" Created 5 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/latency_info.cc
diff --git a/ui/events/latency_info.cc b/ui/events/latency_info.cc
index 96fe74c166c96f206ee6d55d7cd6040bc241c0d4..69610cf7ef59543c1872586457bda7de7c26768e 100644
--- a/ui/events/latency_info.cc
+++ b/ui/events/latency_info.cc
@@ -296,7 +296,7 @@ void LatencyInfo::AddLatencyNumberWithTimestampImpl(
}
TRACE_EVENT_COPY_ASYNC_BEGIN_WITH_TIMESTAMP0(
- "benchmark",
+ "benchmark,latencyInfo",
trace_name.c_str(),
TRACE_ID_DONT_MANGLE(trace_id),
ts);
@@ -332,7 +332,7 @@ void LatencyInfo::AddLatencyNumberWithTimestampImpl(
terminated = true;
if (*benchmark_enabled) {
- TRACE_EVENT_COPY_ASYNC_END1("benchmark",
+ TRACE_EVENT_COPY_ASYNC_END1("benchmark,latencyInfo",
trace_name.c_str(),
TRACE_ID_DONT_MANGLE(trace_id),
"data", AsTraceableData(*this));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698