chrome.system.cpu
| Description: |
Use the system.cpu API to query CPU metadata.
|
| Availability: |
Since Chrome 35.
|
| Permissions: |
"system.cpu"
|
Summary
| Methods | |
|---|---|
getInfo −
chrome.system.cpu.getInfo(function callback)
| |
Methods
getInfo
chrome.system.cpu.getInfo(function callback)
Queries basic CPU information of the system.
| Parameters | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| function | callback |
The callback parameter should be a function that looks like this: function(object info) {...};
|
||||||||||||||||||||||||||||||||||||