diff options
Diffstat (limited to 'tests/monotonic-cputime.c')
-rw-r--r-- | tests/monotonic-cputime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/monotonic-cputime.c b/tests/monotonic-cputime.c index 7733a3a..d0a7de1 100644 --- a/tests/monotonic-cputime.c +++ b/tests/monotonic-cputime.c @@ -39,7 +39,7 @@ main() sandglass_bench(&sandglass, sandglass_spin(&tosleep)); - printf("%g\n", sandglass.grains/sandglass.resolution); + printf("%.15g\n", sandglass.grains/sandglass.resolution); return EXIT_SUCCESS; } |