Mercurial > hg > js-dsp-test
changeset 28:77fca9c01e46
Minor text tweak
author | Chris Cannam |
---|---|
date | Wed, 07 Oct 2015 21:31:02 +0100 |
parents | 4fa5f3f883a2 |
children | cf59817a5983 afbb64027d79 |
files | fft/native.cpp |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/fft/native.cpp Wed Oct 07 21:28:09 2015 +0100 +++ b/fft/native.cpp Wed Oct 07 21:31:02 2015 +0100 @@ -51,9 +51,9 @@ double ms = chrono::duration<double, milli>(end - start).count() / times; - cerr << "for size " << size << ", iterations " << iterations - << ": total = " << total << ", time = " - << ms << " ms (" << (iterations / (ms / 1000.0)) << " itr/sec)" << endl; + cerr << "for " << iterations << " * size " << size << ": total = " + << total << ", time = " << ms + << " ms (" << (iterations / (ms / 1000.0)) << " itr/sec)" << endl; } }