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

Unified Diff: cc/debug/benchmark_instrumentation.cc

Issue 2227293002: Add RAIL tracing category to Chrome tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing PaintTiming markers 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 | content/app/content_main_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/benchmark_instrumentation.cc
diff --git a/cc/debug/benchmark_instrumentation.cc b/cc/debug/benchmark_instrumentation.cc
index c32565ee62230ccc2d71e6d5972337da3ff13012..ff2217154f43b24261196cbe4db94419f7b52761 100644
--- a/cc/debug/benchmark_instrumentation.cc
+++ b/cc/debug/benchmark_instrumentation.cc
@@ -13,10 +13,9 @@ namespace benchmark_instrumentation {
// The benchmarks search for events and their arguments by name.
void IssueImplThreadRenderingStatsEvent(const RenderingStats& stats) {
- TRACE_EVENT_INSTANT1("benchmark",
- "BenchmarkInstrumentation::ImplThreadRenderingStats",
- TRACE_EVENT_SCOPE_THREAD,
- "data", stats.AsTraceableData());
+ TRACE_EVENT_INSTANT1(
+ "benchmark,rail", "BenchmarkInstrumentation::ImplThreadRenderingStats",
+ TRACE_EVENT_SCOPE_THREAD, "data", stats.AsTraceableData());
}
void IssueDisplayRenderingStatsEvent() {
« no previous file with comments | « no previous file | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698