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

Unified Diff: tools/perf/metrics/timeline.py

Issue 2442453003: cc: Add back a benchmark category trace for counting renderer frames (Closed)
Patch Set: swapbuffers-perftests: . Created 4 years, 2 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 | « cc/trees/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/timeline.py
diff --git a/tools/perf/metrics/timeline.py b/tools/perf/metrics/timeline.py
index dafa1dca4a19594b636849be2eedc16d5f161b05..c0c50d06a5e887fe5e1caf6bb62332c698e06a55 100644
--- a/tools/perf/metrics/timeline.py
+++ b/tools/perf/metrics/timeline.py
@@ -100,7 +100,7 @@ ReportSilkDetails = ["renderer_main"]
# could change. We should formalize these traces to keep this robust.
OverheadTraceCategory = "trace_event_overhead"
OverheadTraceName = "overhead"
-FrameTraceName = "::SwapBuffers"
+FrameTraceName = "LayerTreeHostImpl::DrawLayers"
FrameTraceThreadName = "renderer_compositor"
IntervalNames = ["frame", "second"]
« no previous file with comments | « cc/trees/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698