Changeset 102637 in vbox
- Timestamp:
- Dec 18, 2023 3:56:11 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r102100 r102637 1311 1311 1312 1312 if (SUCCEEDED(hrc)) 1313 { 1314 switch (aMetricType) 1315 { 1316 case MetricType_CpuUtilization: 1317 case MetricType_MemoryUtilization: 1318 case MetricType_DiskBytesRead: 1319 case MetricType_DiskBytesWritten: 1320 case MetricType_NetworksBytesIn: 1321 case MetricType_NetworksBytesOut: 1322 RTPrintf(Cloud::tr(" - %ls\n"), value.raw()); 1323 break; 1324 case MetricType_Invalid: 1325 default: 1326 break; 1327 } 1328 } 1313 RTPrintf(Cloud::tr(" - %ls\n"), value.raw()); 1329 1314 } 1330 1315 }
Note:
See TracChangeset
for help on using the changeset viewer.