Lines Matching refs:printf
53 printf("starting VMO benchmark\n"); in vmo_run_benchmark()
66 … printf("\ttook %" PRIu64 " nsecs to create %zu vmos of size %zu\n", t, fbl::count_of(vmos), size); in vmo_run_benchmark()
73 … printf("\ttook %" PRIu64 " nsecs to delete %zu vmos of size %zu\n", t, fbl::count_of(vmos), size); in vmo_run_benchmark()
86 …printf("\ttook %" PRIu64 " nsecs to read fault in vmo of size %zu (should be read faulting a zero … in vmo_run_benchmark()
93 …printf("\ttook %" PRIu64 " nsecs to read in vmo of size %zu a second time (should be mapped alread… in vmo_run_benchmark()
100 …printf("\ttook %" PRIu64 " nsecs to write fault in vmo of size %zu after read faulting it\n", t, s… in vmo_run_benchmark()
107 printf("\ttook %" PRIu64 " nsecs to write fault in vmo of size %zu a second time\n", t, size); in vmo_run_benchmark()
113 … printf("\ttook %" PRIu64 " nsecs to unmap the vmo %zu (%zu pages)\n", t, size, size / PAGE_SIZE); in vmo_run_benchmark()
123 … printf("\ttook %" PRIu64 " nsecs to read fault in vmo of size %zu in another mapping\n", t, size); in vmo_run_benchmark()
135 …printf("\ttook %" PRIu64 " nsecs to write fault in vmo of size %zu in another mapping\n", t, size); in vmo_run_benchmark()
143 printf("\ttook %" PRIu64 " nsecs to delete populated vmo of size %zu\n", t, size); in vmo_run_benchmark()
155 printf("\ttook %" PRIu64 " nsecs to write fault in vmo of size %zu\n", t, size); in vmo_run_benchmark()
165 printf("\ttook %" PRIu64 " nsecs to commit vmo of size %zu\n", t, size); in vmo_run_benchmark()
173 printf("\ttook %" PRIu64 " nsecs to commit already committed vmo of size %zu\n", t, size); in vmo_run_benchmark()
178 printf("\ttook %" PRIu64 " nsecs to decommit vmo of size %zu\n", t, size); in vmo_run_benchmark()
182 printf("done with benchmark\n"); in vmo_run_benchmark()