Skip to content

Commit

Permalink
note about excluded cpu profile trace category.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 14, 2016
1 parent 16199bd commit 4f66e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lighthouse-core/driver/drivers/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class DriverBase {
'disabled-by-default-devtools.timeline',
'disabled-by-default-devtools.timeline.frame',
'disabled-by-default-devtools.timeline.stack',
// 'disabled-by-default-v8.cpu_profile', // these would include JS stack samples, but
// 'disabled-by-default-v8.cpu_profile.hires', // will take the trace from 5MB -> 100MB
'disabled-by-default-devtools.screenshot'
];
}
Expand Down

0 comments on commit 4f66e0d

Please sign in to comment.