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

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-benchmark.c35 static usec_t arg_loop_usec = 100 * USEC_PER_MSEC; variable
134 if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec)
137 printf("%u\t", (unsigned) ((n_copying * USEC_PER_SEC) / arg_loop_usec));
144 if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec)
147 printf("%u\n", (unsigned) ((n_memfd * USEC_PER_SEC) / arg_loop_usec));
216 if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec)
220 printf("%u\t", (unsigned) ((n_copying * USEC_PER_SEC) / arg_loop_usec));
228 if (now(CLOCK_MONOTONIC) >= t + arg_loop_usec)
232 printf("%u\n", (unsigned) ((n_memfd * USEC_PER_SEC) / arg_loop_usec));
271 assert_se(parse_sec(argv[i], &arg_loop_usec) >
[all...]

Completed in 2150 milliseconds