Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dfstime.c58 long read_score = 1, write_score = 1, copy_score = 1; variable
443 copy_score = (long) ((double) counted / ((end - start) * count_per_k)); in c_test()
445 counted, end - start, copy_score); in c_test()
450 fprintf(stderr, "COUNT|%ld|0|KBps\n", copy_score); in c_test()