Skip to content

Commit

Permalink
Remove cpu_profiler trace category
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 9, 2017
1 parent 45133b1 commit 961e42b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-core/gather/driver.js
Expand Up @@ -52,8 +52,9 @@ class Driver {
'disabled-by-default-devtools.timeline',
'disabled-by-default-devtools.timeline.frame',
'disabled-by-default-devtools.timeline.stack',
'disabled-by-default-v8.cpu_profiler',
'disabled-by-default-v8.cpu_profiler.hires',
// Flipped off until bugs.chromium.org/p/v8/issues/detail?id=5820 is fixed in Stable
// 'disabled-by-default-v8.cpu_profiler',
// 'disabled-by-default-v8.cpu_profiler.hires',
'disabled-by-default-devtools.screenshot'
];
}
Expand Down

0 comments on commit 961e42b

Please sign in to comment.