Lines Matching +full:10 +full:ms
152 else if (!strcmp(p, "ms")) in main()
263 PRINTMSG(" r/s kB kBps ms/r "); in main()
264 PRINTMSG(" w/s kB kBps ms/w "); in main()
267 PRINTMSG(" r/s kBps ms/r "); in main()
268 PRINTMSG(" w/s kBps ms/w "); in main()
273 PRINTMSG(" ms/d "); in main()
275 PRINTMSG(" d/s kBps ms/d "); in main()
278 PRINTMSG(" o/s ms/o "); in main()
284 PRINTMSG(",read-KiB/s,ms/read"); in main()
286 PRINTMSG(",write-KiB/s,ms/write"); in main()
288 PRINTMSG(",read/s,read-KiB/s,ms/read"); in main()
289 PRINTMSG(",write/s,write-KiB/s,ms/write"); in main()
294 PRINTMSG(",delete-KiB/s,ms/delete"); in main()
297 PRINTMSG(",ms/delete"); in main()
301 PRINTMSG(",other/s,ms/other"); in main()
366 DSM_MS_PER_TRANSACTION_FREE, &ld[10], in main()
430 if (ld[10] > 1e3) in main()
432 (double)ld[10]); in main()
433 else if (ld[10] > 1e0) in main()
435 (double)ld[10]); in main()
438 (double)ld[10]); in main()
485 if (ld[10] > 1e3) in main()
487 (double)ld[10]); in main()
488 else if (ld[10] > 1e0) in main()
490 (double)ld[10]); in main()
493 (double)ld[10]); in main()