Home
last modified time | relevance | path

Searched refs:print_bytes (Results 1 – 3 of 3) sorted by relevance

/system/extras/ioshark/
Dioshark_bench.h143 void print_bytes(char *desc, struct rw_bytes_s *rw_bytes);
Dioshark_bench.c847 print_bytes("Upfront File Creation bytes", in main()
849 print_bytes("Total Test (IO) bytes", &aggr_io_rw_bytes); in main()
867 print_bytes(NULL, &aggr_io_rw_bytes); in main()
Dioshark_bench_subr.c321 print_bytes(char *desc, struct rw_bytes_s *rw_bytes) in print_bytes() function