changeset 75:78a7bf247016 timing

Remove FCQ return as well
author Chris Cannam
date Tue, 06 May 2014 11:13:25 +0100
parents 7133f78ccbf6
children f3bf6503e6c6
files src/Silvet.cpp testdata/timing/results.txt
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Silvet.cpp	Tue May 06 11:10:52 2014 +0100
+++ b/src/Silvet.cpp	Tue May 06 11:13:25 2014 +0100
@@ -374,7 +374,7 @@
     Grid filtered = preProcess(cqout);
 
     FeatureSet fs;
-
+/*
     for (int i = 0; i < (int)filtered.size(); ++i) {
         Feature f;
         for (int j = 0; j < processingHeight; ++j) {
@@ -382,6 +382,7 @@
         }
         fs[m_fcqOutputNo].push_back(f);
     }
+*/
 
     int width = filtered.size();
 
--- a/testdata/timing/results.txt	Tue May 06 11:10:52 2014 +0100
+++ b/testdata/timing/results.txt	Tue May 06 11:13:25 2014 +0100
@@ -36,3 +36,12 @@
 
 VAMP FEATURE SUPPRESSION:
 
+commit:7133f78ccbf6, as commit:ce64d11ef336 but with CQ output feature
+return commented out
+
+real	1m46.162s
+user	1m46.093s
+sys	0m0.157s
+
+commit:7133f78ccbf6, as commit:ce64d11ef336 but with CQ output and FCQ
+output feature return commented out