Changeset 77102 in vbox
- Timestamp:
- Feb 1, 2019 10:26:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r76553 r77102 145 145 N_CALLS(cVMs, getProcessMemoryUsage(processes[call], &tmp)); 146 146 } 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); 148 148 149 149 /* Shut down fake VMs */ … … 574 574 delete collector; 575 575 576 printf("\ntstCollector FINISHED.\n");576 RTPrintf("\ntstCollector FINISHED.\n"); 577 577 578 578 return RTEXITCODE_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.