VirtualBox

Changeset 4652 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 10, 2007 9:13:51 AM (17 years ago)
Author:
vboxsync
Message:

correction

File:
1 edited

Legend:

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

    r4651 r4652  
    15691569            rc = guest->GetStatistic(0, GuestStatisticType_Threads, &statVal);
    15701570            if (SUCCEEDED(rc))
    1571                 RTPrintf("CPU%d: Threads                %d%%\n", 0, statVal);
     1571                RTPrintf("CPU%d: Threads                %d\n", 0, statVal);
    15721572
    15731573            rc = guest->GetStatistic(0, GuestStatisticType_Processes, &statVal);
    15741574            if (SUCCEEDED(rc))
    1575                 RTPrintf("CPU%d: Processes              %d%%\n", 0, statVal);
     1575                RTPrintf("CPU%d: Processes              %d\n", 0, statVal);
    15761576
    15771577            rc = guest->GetStatistic(0, GuestStatisticType_Handles, &statVal);
    15781578            if (SUCCEEDED(rc))
    1579                 RTPrintf("CPU%d: Handles                %d%%\n", 0, statVal);
     1579                RTPrintf("CPU%d: Handles                %d\n", 0, statVal);
    15801580
    15811581            rc = guest->GetStatistic(0, GuestStatisticType_MemoryLoad, &statVal);
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