# HG changeset patch # User Chris Cannam # Date 1399371737 -3600 # Node ID dc47dcd8680573ae02e61424bc787e1b1d9479ed # Parent 21acd34a0e3e744d02dd42081b0b670919b55127 Timing results diff -r 21acd34a0e3e -r dc47dcd86805 testdata/timing/results.txt --- a/testdata/timing/results.txt Tue May 06 11:09:07 2014 +0100 +++ b/testdata/timing/results.txt Tue May 06 11:22:17 2014 +0100 @@ -36,3 +36,32 @@ 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:78a7bf247016, as commit:ce64d11ef336 but with CQ output and FCQ +output feature return commented out + +real 1m45.206s +user 1m45.153s +sys 0m0.147s + +conclusion: no advantage in removing these + + +DEBUG PRINTOUTS: + +commit:f3bf6503e6c6, as commit:ce64d11ef336 but with debug printouts +removed + +real 1m43.744s +user 1m43.657s +sys 0m0.203s + +conclusion: obviously we want to remove these eventually but might as +well keep in during testing +