Skip to content

Commit

Permalink
core(traces): disable cpu-profiler trace category (#12843)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Aug 2, 2021
1 parent e58aa09 commit 2ecb2ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lighthouse-core/gather/gatherers/trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ class Trace extends FRGatherer {
// Additional categories used by devtools. Not used by Lighthouse, but included to facilitate
// loading traces from Lighthouse into the Performance panel.
'disabled-by-default-devtools.timeline.frame',
'disabled-by-default-v8.cpu_profiler',
'disabled-by-default-v8.cpu_profiler.hires',
'latencyInfo',

// A bug introduced in M92 causes these categories to crash targets on Linux.
// See https://github.com/GoogleChrome/lighthouse/issues/12835 for full investigation.
// 'disabled-by-default-v8.cpu_profiler',
// 'disabled-by-default-v8.cpu_profiler.hires',
];
}

Expand Down

0 comments on commit 2ecb2ea

Please sign in to comment.