Mercurial > hg > silvet
comparison testdata/timing/results.txt @ 78:dc47dcd86805
Timing results
author | Chris Cannam |
---|---|
date | Tue, 06 May 2014 11:22:17 +0100 |
parents | 21acd34a0e3e |
children | 4937f276b446 |
comparison
equal
deleted
inserted
replaced
73:21acd34a0e3e | 78:dc47dcd86805 |
---|---|
34 Subsequent tests use release builds of both. | 34 Subsequent tests use release builds of both. |
35 | 35 |
36 | 36 |
37 VAMP FEATURE SUPPRESSION: | 37 VAMP FEATURE SUPPRESSION: |
38 | 38 |
39 commit:7133f78ccbf6, as commit:ce64d11ef336 but with CQ output feature | |
40 return commented out | |
41 | |
42 real 1m46.162s | |
43 user 1m46.093s | |
44 sys 0m0.157s | |
45 | |
46 commit:78a7bf247016, as commit:ce64d11ef336 but with CQ output and FCQ | |
47 output feature return commented out | |
48 | |
49 real 1m45.206s | |
50 user 1m45.153s | |
51 sys 0m0.147s | |
52 | |
53 conclusion: no advantage in removing these | |
54 | |
55 | |
56 DEBUG PRINTOUTS: | |
57 | |
58 commit:f3bf6503e6c6, as commit:ce64d11ef336 but with debug printouts | |
59 removed | |
60 | |
61 real 1m43.744s | |
62 user 1m43.657s | |
63 sys 0m0.203s | |
64 | |
65 conclusion: obviously we want to remove these eventually but might as | |
66 well keep in during testing | |
67 |