mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
43fe811b73
HP_TIMING uses native timestamping instructions if available, thus greatly reducing the overhead of recording start and end times for function calls. For architectures that don't have HP_TIMING available, we fall back to the clock_gettime bits. One may also override this by invoking the benchmark as follows: make USE_CLOCK_GETTIME=1 bench and get the benchmark results using clock_gettime. One has to do `make bench-clean` to ensure that the benchmark programs are rebuilt. |
||
---|---|---|
.. | ||
atan-inputs | ||
bench-modf.c | ||
bench-skeleton.c | ||
bench-timing.h | ||
cos-inputs | ||
exp-inputs | ||
Makefile | ||
pow-inputs | ||
rint-inputs | ||
sin-inputs | ||
tan-inputs |