Changeset 92511 in vbox
- Timestamp:
- Nov 19, 2021 2:42:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp
r90967 r92511 1454 1454 diskMetric.setTotal(1, uDiskIOTotalRead); 1455 1455 1456 diskMetric.addData(0, iWriteRate);1457 diskMetric.addData(1, iReadRate);1458 1456 /* Do not set data and maximum if the metric has not been initialized since we need to initialize totals "(t-1)" first: */ 1459 1457 if (!diskMetric.isInitialized()){ … … 1461 1459 return; 1462 1460 } 1461 diskMetric.addData(0, iWriteRate); 1462 diskMetric.addData(1, iReadRate); 1463 1463 1464 1464 if (m_infoLabels.contains(m_strDiskIOMetricName) && m_infoLabels[m_strDiskIOMetricName])
Note:
See TracChangeset
for help on using the changeset viewer.

