cpu() added performance and efficiency cores

This commit is contained in:
Sebastian Hildebrandt 2022-07-12 06:59:03 +02:00
parent 5ee11e98cb
commit 29fbcce1e0
4 changed files with 15 additions and 9 deletions

View File

@ -112,6 +112,7 @@ si.cpu()
(last 7 major and minor version releases) (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.11.0: `networkInterfaces()` added default property and default parameter
- Version 5.10.0: basic `android` support - Version 5.10.0: basic `android` support
- Version 5.9.0: `graphics()` added properties (macOS) - 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' | | | governor | X | | | | | e.g. 'powersave' |
| | cores | X | X | X | X | | # cores | | | cores | X | X | X | X | | # cores |
| | physicalCores | X | X | X | X | | # physical cores | | | physicalCores | X | X | X | X | | # physical cores |
| | efficiencyCores | | | X | | | # efficiancy cores (ARM only) | | | efficiencyCores | X | | X | | | # efficiancy cores |
| | performanceCores | | | X | | | # performance cores (ARM only) | | | performanceCores | X | | X | | | # performance cores |
| | processors | X | X | X | X | | # processors | | | processors | X | X | X | X | | # processors |
| | socket | X | X | | X | | socket type e.g. "LGA1356" | | | socket | X | X | | X | | socket type e.g. "LGA1356" |
| | vendor | X | X | X | X | | vendor ID | | | vendor | X | X | X | X | | vendor ID |

View File

@ -159,23 +159,23 @@
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
<td>efficiencyCores</td> <td>performanceCores</td>
<td></td> <td>X</td>
<td></td> <td></td>
<td>X</td> <td>X</td>
<td></td> <td></td>
<td></td> <td></td>
<td># efficiency cores (ARM only)</td> <td># performance cores</td>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
<td>performanceCores</td> <td>efficiencyCores</td>
<td></td> <td>X</td>
<td></td> <td></td>
<td>X</td> <td>X</td>
<td></td> <td></td>
<td></td> <td></td>
<td># performance cores (ARM only)</td> <td># efficiency cores</td>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>

View File

@ -57,6 +57,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <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> <tr>
<th scope="row">5.11.26</th> <th scope="row">5.11.26</th>
<td>2022-07-12</td> <td>2022-07-12</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png"> <img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div> <div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div> <div class="subtitle"><span id="typed"></span>&nbsp;</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> <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>
<div class="down"> <div class="down">