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:
Diffstat (limited to 'testsuite/perf_opcodes_sys.c')
-rw-r--r--testsuite/perf_opcodes_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/perf_opcodes_sys.c b/testsuite/perf_opcodes_sys.c
index b49be47..074740e 100644
--- a/testsuite/perf_opcodes_sys.c
+++ b/testsuite/perf_opcodes_sys.c
@@ -70,7 +70,7 @@ test_opcode_src (OrcStaticOpcode *opcode)
orc_program_append_str (p, opcode->name, "d1", "s1", "s2");
}
- orc_test_performance (p, flags);
+ printf("%g\n", orc_test_performance_full (p, flags, NULL));
orc_program_free (p);
}