Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/
Dbench-skeleton.c132 double d_total_s; in main() local
136 d_total_s = total; in main()
156 json_attr_double (&json_ctx, "duration", d_total_s); in main()
160 json_attr_double (&json_ctx, "mean", d_total_s / d_total_i); in main()
Dbench-malloc-thread.c229 double d_total_s, d_total_i; in main() local
275 d_total_s = cur; in main()
278 json_attr_double (&json_ctx, "duration", d_total_s); in main()
280 json_attr_double (&json_ctx, "time_per_iteration", d_total_s / d_total_i); in main()
Dbench-timing.h38 #define TIMING_PRINT_MEAN(d_total_s, d_iters) \ argument
39 printf ("\t%g", (d_total_s) / (d_iters))