summaryrefslogtreecommitdiff
path: root/tools/bench/benchtime.h
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-24 16:22:04 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-24 16:22:04 +0000
commit2a15a2283a608da28a1a80f5ce10e4d917263b5c (patch)
tree32801c4f044a1bfb581d4addccbeb3ea7eae809c /tools/bench/benchtime.h
parentdbdac3d3278e8d226f71f670dd6404939e4d1f13 (diff)
downloadmpc-2a15a2283a608da28a1a80f5ce10e4d917263b5c.tar.gz
bench: Shorten lines to fit normal terminals.
Use operations/0.05 seconds as score measurement. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1441 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tools/bench/benchtime.h')
-rw-r--r--tools/bench/benchtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bench/benchtime.h b/tools/bench/benchtime.h
index a857c06..77ba27f 100644
--- a/tools/bench/benchtime.h
+++ b/tools/bench/benchtime.h
@@ -43,7 +43,7 @@ __attribute__ ((__unused__)) int nop)\
#define ADDR_TIME_NOP(func) TIME_NOP##func
-/* compute the time to run one only call of the function with two inputs */
+/* compute the time to run only one call of the function with two inputs */
#define DECLARE_TIME_NOP(func, funcall, nop) \
DECLARE_ACCURATE_TIME_NOP(func, funcall) \
double TIME_NOP##func(int n, mpc_t* z, mpc_t* x, mpc_t* y); \