VirtualBox

Changeset 37671 in vbox for trunk


Ignore:
Timestamp:
Jun 28, 2011 6:36:47 PM (13 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: show execution cap in the detailed VM info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r37401 r37671  
    337337    else
    338338        RTPrintf("VRAM size:       %uMB\n", vramSize);
     339
     340    ULONG cpuCap;
     341    rc = machine->COMGETTER(CPUExecutionCap)(&cpuCap);
     342    if (details == VMINFO_MACHINEREADABLE)
     343        RTPrintf("cpuexecutioncap=%u\n", cpuCap);
     344    else
     345        RTPrintf("CPU exec cap:    %u%%\n", cpuCap);
    339346
    340347    BOOL fHpetEnabled;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette