changeset 80:21e7920556ed timing

Timing outputs
author Chris Cannam
date Tue, 06 May 2014 11:26:33 +0100
parents 5314d3361dfb
children 3f260f426039
files src/Silvet.cpp testdata/timing/results.txt
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Silvet.cpp	Tue May 06 11:23:07 2014 +0100
+++ b/src/Silvet.cpp	Tue May 06 11:26:33 2014 +0100
@@ -385,7 +385,7 @@
 
     int width = filtered.size();
 
-    int iterations = 6;
+    int iterations = 12;
 
     for (int i = 0; i < width; ++i) {
 
--- a/testdata/timing/results.txt	Tue May 06 11:23:07 2014 +0100
+++ b/testdata/timing/results.txt	Tue May 06 11:26:33 2014 +0100
@@ -65,3 +65,15 @@
 conclusion: obviously we want to remove these eventually but might as
 well keep in during testing
 
+
+EM ITERATIONS:
+
+commit:5314d3361dfb, as commit:ce64d11ef336 but with only 6 EM
+iterations instead of 12
+
+real	0m59.055s
+user	0m58.897s
+sys	0m0.193s
+
+conclusion: EM dominates the time taken, not CQ or note forming
+