CPU: add option --show-pe-core-count

This commit is contained in:
Carter Li
2024-05-21 09:09:08 +08:00
committed by 李通洲
parent aa1a5b8c36
commit 2d4e7f10c4
8 changed files with 77 additions and 33 deletions
+5
View File
@@ -1074,6 +1074,11 @@
"maximum": 9,
"default": 2
},
"showPeCoreCount": {
"description": "Detect and display CPU frequency of different core types (eg. Pcore and Ecore) if supported",
"type": "boolean",
"default": false
},
"key": {
"$ref": "#/$defs/key"
},