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"] |