Changeset 80831 in vbox
- Timestamp:
- Sep 16, 2019 6:00:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r80652 r80831 1055 1055 ULONG aPctOther; 1056 1056 comMachineDebugger.GetCPULoad(0x7fffffff, aPctExecuting, aPctHalted, aPctOther); 1057 m_iCPULoadPercentage = aPctExecuting ;1057 m_iCPULoadPercentage = aPctExecuting + aPctOther; 1058 1058 update(); 1059 1059 }
Note:
See TracChangeset
for help on using the changeset viewer.