OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stats_buf
(Results
1 - 1
of
1
) sorted by null
/system/extras/tests/ext4/
rand_emmc_perf.c
49
static void print_stats(struct stats *
stats_buf
, int stats_count,
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
[i].start, NULL)
[
all
...]
Completed in 34 milliseconds