12020-11-11 Wenson Hsieh <wenson_hsieh@apple.com>
2
3 Add system trace points for the GPU process display list processing loop
4 https://bugs.webkit.org/show_bug.cgi?id=218824
5
6 Reviewed by NOBODY (OOPS!).
7
8 Capture the time spent applying display list items in the GPU process with a pair of new trace points, to aid
9 performance debugging and analysis.
10
11 * GPUProcess/graphics/RemoteRenderingBackend.cpp:
12 (WebKit::RemoteRenderingBackend::wakeUpAndApplyDisplayList):
13