Searched defs:full_stats (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/ext4/
H A Drand_emmc_perf.c62 FILE *full_stats = NULL; local
65 full_stats = fopen(full_stats_file, "w");
66 if (full_stats == NULL) {
77 if (full_stats) {
78 fprintf(full_stats, "%lld\n", (t.tv_sec * 1000000LL) + t.tv_usec);
83 if (full_stats) {
84 fclose(full_stats);

Completed in 50 milliseconds