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

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

Issue 2442453003: cc: Add back a benchmark category trace for counting renderer frames (Closed)
Patch Set: 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..329310554d56e32057943c685be4949865637934 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 = "::DrawLayers"
danakj 2016/10/20 22:25:43 Should this be LayerTreeHostImpl::DrawLayers maybe
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