about summary refs log tree commit diff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-05-13 13:44:32 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-05-13 13:44:32 +0530
commit43fe811b73d8f585a4ae837d4a9d4c0f5d46b779 (patch)
tree7280e44dba0f9839d1a5fbfcd890446e0c220953 /aclocal.m4
parent0f7d347bd0530562257d7c03c62b8c50d810b655 (diff)
downloadglibc-43fe811b73d8f585a4ae837d4a9d4c0f5d46b779.tar.gz
glibc-43fe811b73d8f585a4ae837d4a9d4c0f5d46b779.tar.xz
glibc-43fe811b73d8f585a4ae837d4a9d4c0f5d46b779.zip
Use HP_TIMING for benchmarks if available
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.
Diffstat (limited to 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions