From ab6aabde7a7311b773e75dab7e94c5b1f4b8263a Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 29 Sep 2017 18:22:16 -0700 Subject: [PATCH] tracing: include v8.execute category. --- lighthouse-core/gather/driver.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lighthouse-core/gather/driver.js b/lighthouse-core/gather/driver.js index 34579f994e36..1c599a146523 100644 --- a/lighthouse-core/gather/driver.js +++ b/lighthouse-core/gather/driver.js @@ -67,6 +67,7 @@ class Driver { return [ '-*', // exclude default 'toplevel', + 'v8.execute', 'blink.console', 'blink.user_timing', 'benchmark',