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