[perf_skottiewasm_lottieweb] Enable GPU tracing

Not consumed by any scripts ATM, but useful for manual trace inspection.

Change-Id: I2b2e2ad227278f6527454628475143294c655835
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/226976
Commit-Queue: Florin Malita <fmalita@chromium.org>
Commit-Queue: Ravi Mistry <rmistry@google.com>
Auto-Submit: Florin Malita <fmalita@chromium.org>
Reviewed-by: Ravi Mistry <rmistry@google.com>
This commit is contained in:
Florin Malita 2019-07-11 21:18:43 -04:00 committed by Skia Commit-Bot
parent af545d7f8e
commit 8590026dbf
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ async function driveBrowser() {
await page.tracing.start({
path: options.output,
screenshots: false,
categories: ["blink", "cc"]
categories: ["blink", "cc", "gpu"]
});
await page.goto(targetURL, {

View File

@ -131,7 +131,7 @@ async function driveBrowser() {
await page.tracing.start({
path: options.output,
screenshots: false,
categories: ["blink", "cc"]
categories: ["blink", "cc", "gpu"]
});
await page.goto(targetURL, {