Searched refs:stats_buf (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/ext4/
H A Drand_emmc_perf.c49 static void print_stats(struct stats *stats_buf, int stats_count, argument
73 timersub(&stats_buf[i].end, &stats_buf[i].start, &t);
100 timersub(&stats_buf[i].end, &stats_buf[i].start, &t); /* Xi */
113 struct stats *stats_buf; local
117 stats_buf = malloc(stats_count * sizeof(struct stats));
118 if (stats_buf == NULL) {
119 fprintf(stderr, "Cannot allocate stats_buf\n");
124 gettimeofday(&stats_buf[
[all...]

Completed in 5 milliseconds