- Timestamp:
- Jul 6, 2016 11:05:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r57413 r62046 145 145 N_CALLS(cVMs, getProcessMemoryUsage(processes[call], &tmp)); 146 146 } 147 printf("\n% uVMs -- %.2f%% of CPU time\n", cVMs, (RTTimeNanoTS() - start) / 10000000. / times);147 printf("\n%d VMs -- %.2f%% of CPU time\n", cVMs, (RTTimeNanoTS() - start) / 10000000. / times); 148 148 149 149 /* Shut down fake VMs */
Note:
See TracChangeset
for help on using the changeset viewer.