about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-02-22 10:09:27 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-05-26 12:37:29 +0530
commit15eaf6ffe3e117684a0e7b070c0a8754480d3fa3 (patch)
treefb9f01290abc80717a41e623699dfec063c1b0df /ChangeLog
parent75f11331f98ebf3873e887a683add944a1aec0fd (diff)
downloadglibc-15eaf6ffe3e117684a0e7b070c0a8754480d3fa3.tar.gz
glibc-15eaf6ffe3e117684a0e7b070c0a8754480d3fa3.tar.xz
glibc-15eaf6ffe3e117684a0e7b070c0a8754480d3fa3.zip
benchtests: Add new directive for benchmark initialization hook
Add a new 'init' directive that specifies the name of the function to
call to do function-specific initialization.  This is useful for
benchmarks that need to do a one-time initialization before the
functions are executed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0adb1a9f0a..027464d319 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* benchtests/README: Document 'init' directive.
+	* benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
+	BENCH_INIT.
+	* scripts/bench.py (gen_source): Define BENCH_INIT macro.
+	(parse_file): Recognize 'init' directive.
+
 2014-05-26  Kyle McMartin  <kyle@redhat.com>
 
 	[BZ #16796]