VirtualBox

Changeset 77102 in vbox


Ignore:
Timestamp:
Feb 1, 2019 10:26:51 AM (6 years ago)
Author:
vboxsync
Message:

tstCollector: Complete conversion from printf() to RTPrintf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstCollector.cpp

    r76553 r77102  
    145145        N_CALLS(cVMs, getProcessMemoryUsage(processes[call], &tmp));
    146146    }
    147     printf("\n%d VMs -- %.2f%% of CPU time\n", cVMs, (RTTimeNanoTS() - start) / 10000000. / times);
     147    RTPrintf("\n%d VMs -- %.2f%% of CPU time\n", cVMs, (RTTimeNanoTS() - start) / 10000000. / times);
    148148
    149149    /* Shut down fake VMs */
     
    574574    delete collector;
    575575
    576     printf ("\ntstCollector FINISHED.\n");
     576    RTPrintf("\ntstCollector FINISHED.\n");
    577577
    578578    return RTEXITCODE_SUCCESS;
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