aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pommier <pommier@pianoteq.com>2012-10-13 00:33:22 +0200
committerJulien Pommier <pommier@pianoteq.com>2012-10-13 00:33:22 +0200
commitd3b146e5b33cbf39585b08b534a921c8292ebc5e (patch)
tree45048ffe361f7bc57e1fcbea3d294b35d8babbcd
parent0302e8aa5c61fb801e8b0e2b84f967a7d8cb1424 (diff)
downloadpffft-d3b146e5b33cbf39585b08b534a921c8292ebc5e.tar.gz
fix benchmark output
-rwxr-xr-x[-rw-r--r--]test_pffft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_pffft.c b/test_pffft.c
index a7388f7..f2c1ef3 100644..100755
--- a/test_pffft.c
+++ b/test_pffft.c
@@ -262,7 +262,7 @@ void benchmark_ffts(int N, int cplx) {
free(wrk);
flops = (max_iter_*2) * ((cplx ? 5 : 2.5)*N*log((double)N)/M_LN2); // see http://www.fftw.org/speed/method.html
- show_output("FFTPack", N, cplx, flops, t0, t1, max_iter);
+ show_output("FFTPack", N, cplx, flops, t0, t1, max_iter_);
}
#ifdef HAVE_VECLIB