benchtests: Add new directive for benchmark initialization hook
commit15eaf6ffe3e117684a0e7b070c0a8754480d3fa3
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Sat, 22 Feb 2014 04:39:27 +0000 (22 10:09 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 26 May 2014 07:07:29 +0000 (26 12:37 +0530)
treefb9f01290abc80717a41e623699dfec063c1b0df
parent75f11331f98ebf3873e887a683add944a1aec0fd
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.
ChangeLog
benchtests/README
benchtests/bench-skeleton.c
benchtests/scripts/bench.py