Skip to content

Commit

Permalink
Remove cpu_profiler trace category (GoogleChrome#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored and weiwei-lin committed Jan 12, 2017
1 parent 5cf6053 commit 01f3913
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-core/gather/driver.js
Original file line number Diff line number Diff line change
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 01f3913

Please sign in to comment.