summaryrefslogtreecommitdiff
path: root/chromium/docs/profiling.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/docs/profiling.md')
-rw-r--r--chromium/docs/profiling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/docs/profiling.md b/chromium/docs/profiling.md
index 22508adf107..73fa46a071f 100644
--- a/chromium/docs/profiling.md
+++ b/chromium/docs/profiling.md
@@ -123,7 +123,7 @@ Open devtools, and in the console, use `chrome.gpuBenchmarking.startProfiling` a
`chrome.gpuBenchmarking` has a number of useful methods for simulating user-gesture-initiated actions; for example, to profile scrolling:
- > chrome.gpuBenchmarking.startProfiling('perf.data'); chrome.gpuBenchmarking.smoothScrollBy(1000, () => { chrome.gpuBenchmarking.stopProfiling() });
+ > chrome.gpuBenchmarking.startProfiling('perf.data'); chrome.gpuBenchmarking.smoothScrollByXY(0, 1000, () => { chrome.gpuBenchmarking.stopProfiling() });
### Profiling content_shell with callgrind