Nanoseconds per operation */
| 382 | |
| 383 | /* Nanoseconds per operation */ |
| 384 | static size_t normalize(const struct timeabs *start, |
| 385 | const struct timeabs *stop, |
| 386 | unsigned int num) |
| 387 | { |
| 388 | return time_to_nsec(time_divide(time_between(*stop, *start), num)); |
| 389 | } |
| 390 | |
| 391 | int main(int argc, char *argv[]) |
| 392 | { |
no test coverage detected