cpu() added performance and efficiency cores
This commit is contained in:
parent
5ee11e98cb
commit
29fbcce1e0
@ -112,6 +112,7 @@ si.cpu()
|
||||
|
||||
(last 7 major and minor version releases)
|
||||
|
||||
- Version 5.12.0: `cpu()` added performance and efficiency cores
|
||||
- Version 5.11.0: `networkInterfaces()` added default property and default parameter
|
||||
- Version 5.10.0: basic `android` support
|
||||
- Version 5.9.0: `graphics()` added properties (macOS)
|
||||
@ -207,8 +208,8 @@ Full function reference with examples can be found at [https://systeminformation
|
||||
| | governor | X | | | | | e.g. 'powersave' |
|
||||
| | cores | X | X | X | X | | # cores |
|
||||
| | physicalCores | X | X | X | X | | # physical cores |
|
||||
| | efficiencyCores | | | X | | | # efficiancy cores (ARM only) |
|
||||
| | performanceCores | | | X | | | # performance cores (ARM only) |
|
||||
| | efficiencyCores | X | | X | | | # efficiancy cores |
|
||||
| | performanceCores | X | | X | | | # performance cores |
|
||||
| | processors | X | X | X | X | | # processors |
|
||||
| | socket | X | X | | X | | socket type e.g. "LGA1356" |
|
||||
| | vendor | X | X | X | X | | vendor ID |
|
||||
|
||||
@ -159,23 +159,23 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>efficiencyCores</td>
|
||||
<td></td>
|
||||
<td>performanceCores</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td># efficiency cores (ARM only)</td>
|
||||
<td># performance cores</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>performanceCores</td>
|
||||
<td></td>
|
||||
<td>efficiencyCores</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td># performance cores (ARM only)</td>
|
||||
<td># efficiency cores</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.12.0</th>
|
||||
<td>2022-07-12</td>
|
||||
<td><span class="code">cpu()</span> added performance and efficiency cores</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.11.26</th>
|
||||
<td>2022-07-12</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.11.26</span></div>
|
||||
<div class="version">New Version: <span id="version">5.12.0</span></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||
</div>
|
||||
<div class="down">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user