Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-08-02 05:33:27 +0400
committerDavid Schleef <ds@schleef.org>2010-08-02 05:33:27 +0400
commit86e0d577b27624ded3dabdb3144f486ad76d1d14 (patch)
tree0c335420f74456290a44311aedc27d18601a25e0 /testsuite/perf_parse.c
parent36a2d14b39e18f3f2f50e37e80f50ea6f12c7d14 (diff)
Add performance comparison tests
Diffstat (limited to 'testsuite/perf_parse.c')
-rw-r--r--testsuite/perf_parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/perf_parse.c b/testsuite/perf_parse.c
index 7eccafe..731c142 100644
--- a/testsuite/perf_parse.c
+++ b/testsuite/perf_parse.c
@@ -43,8 +43,8 @@ main (int argc, char *argv[])
n = orc_parse (code, &programs);
for(i=0;i<n;i++){
- printf("%-30s ", programs[i]->name);
- orc_test_performance (programs[i], 0);
+ printf("%-30s %g\n", programs[i]->name,
+ orc_test_performance_full (programs[i], 0, NULL));
}
if (error) return 1;