Report JS heap size by default #2514 (#2524)

This commit is contained in:
Peter Hedenskog 2019-06-29 13:43:35 +02:00 committed by GitHub
parent 31cc90ea67
commit 4a92c6d8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,5 +19,7 @@ module.exports = [
'statistics.cpu.events.*',
'statistics.cpu.longTasks.*',
'statistics.cdp.performance.RecalcStyleCount',
'statistics.cdp.performance.JSHeapUsedSize',
'statistics.cdp.performance.JSHeapTotalSize',
'statistics.errors'
];