Changeset 48765 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Sep 30, 2013 8:51:08 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r48607 r48765 196 196 CHECK_ERROR(Host, COMGETTER(ProcessorCount)(&processorCount)); 197 197 RTPrintf("Processor count: %lu\n", processorCount); 198 ULONG processorOnlineCoreCount = 0; 199 CHECK_ERROR(Host, COMGETTER(ProcessorOnlineCoreCount)(&processorOnlineCoreCount)); 200 RTPrintf("Processor online core count: %lu\n", processorOnlineCoreCount); 201 ULONG processorCoreCount = 0; 202 CHECK_ERROR(Host, COMGETTER(ProcessorCoreCount)(&processorCoreCount)); 203 RTPrintf("Processor core count: %lu\n", processorCoreCount); 198 204 ULONG processorSpeed = 0; 199 205 Bstr processorDescription;
Note:
See TracChangeset
for help on using the changeset viewer.