Changeset 26368 in vbox
- Timestamp:
- Feb 9, 2010 1:47:29 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r26360 r26368 838 838 if (guest->GetStatistic(0, GuestStatisticType_CPULoad_User, &StatVal) == S_OK) 839 839 printf("CPU load user: %d%%\n", StatVal); 840 if (guest->GetStatistic(0, GuestStatisticType_Threads, &StatVal) == S_OK)841 printf("Nr. of threads: %d\n", StatVal);842 840 if (guest->GetStatistic(0, GuestStatisticType_Threads, &StatVal) == S_OK) 843 841 printf("Nr. of threads: %d\n", StatVal);
Note:
See TracChangeset
for help on using the changeset viewer.