From d17b33131c14864bd1eae275f49a3f148e21cf29 Mon Sep 17 00:00:00 2001 From: Leo Chan Date: Thu, 22 Oct 2020 01:53:21 -0400 Subject: Squashed commit of the sb-vbs branch. Includes the SD-VBS benchmarks modified to: - Use libextra to loop as realtime jobs - Preallocate memory before starting their main computation - Accept input via stdin instead of via argc Does not include the SD-VBS matlab code. Fixes libextra execution in LITMUS^RT. --- SD-VBS/times/stitch/T_cif.txt | 7 +++++++ SD-VBS/times/stitch/T_fullhd.txt | 7 +++++++ SD-VBS/times/stitch/T_qcif.txt | 7 +++++++ SD-VBS/times/stitch/T_sim.txt | 7 +++++++ SD-VBS/times/stitch/T_sim_fast.txt | 7 +++++++ SD-VBS/times/stitch/T_sqcif.txt | 7 +++++++ SD-VBS/times/stitch/T_test.txt | 7 +++++++ SD-VBS/times/stitch/T_vga.txt | 7 +++++++ 8 files changed, 56 insertions(+) create mode 100644 SD-VBS/times/stitch/T_cif.txt create mode 100644 SD-VBS/times/stitch/T_fullhd.txt create mode 100644 SD-VBS/times/stitch/T_qcif.txt create mode 100644 SD-VBS/times/stitch/T_sim.txt create mode 100644 SD-VBS/times/stitch/T_sim_fast.txt create mode 100644 SD-VBS/times/stitch/T_sqcif.txt create mode 100644 SD-VBS/times/stitch/T_test.txt create mode 100644 SD-VBS/times/stitch/T_vga.txt (limited to 'SD-VBS/times/stitch') diff --git a/SD-VBS/times/stitch/T_cif.txt b/SD-VBS/times/stitch/T_cif.txt new file mode 100644 index 0000000..b94f368 --- /dev/null +++ b/SD-VBS/times/stitch/T_cif.txt @@ -0,0 +1,7 @@ +Input size - (236x288) +Cycles elapsed - 246156260 + + +real 0m0.075s +user 0m0.075s +sys 0m0.000s diff --git a/SD-VBS/times/stitch/T_fullhd.txt b/SD-VBS/times/stitch/T_fullhd.txt new file mode 100644 index 0000000..673d78f --- /dev/null +++ b/SD-VBS/times/stitch/T_fullhd.txt @@ -0,0 +1,7 @@ +Input size - (1920x1080) +Cycles elapsed - 182787248928 + + +real 0m21.766s +user 0m21.740s +sys 0m0.024s diff --git a/SD-VBS/times/stitch/T_qcif.txt b/SD-VBS/times/stitch/T_qcif.txt new file mode 100644 index 0000000..4206a69 --- /dev/null +++ b/SD-VBS/times/stitch/T_qcif.txt @@ -0,0 +1,7 @@ +Input size - (144x176) +Cycles elapsed - 54711195 + + +real 0m0.017s +user 0m0.017s +sys 0m0.000s diff --git a/SD-VBS/times/stitch/T_sim.txt b/SD-VBS/times/stitch/T_sim.txt new file mode 100644 index 0000000..d069a5f --- /dev/null +++ b/SD-VBS/times/stitch/T_sim.txt @@ -0,0 +1,7 @@ +Input size - (12x16) +Cycles elapsed - 184695 + + +real 0m0.001s +user 0m0.001s +sys 0m0.000s diff --git a/SD-VBS/times/stitch/T_sim_fast.txt b/SD-VBS/times/stitch/T_sim_fast.txt new file mode 100644 index 0000000..d6c9912 --- /dev/null +++ b/SD-VBS/times/stitch/T_sim_fast.txt @@ -0,0 +1,7 @@ +Input size - (9x12) +Cycles elapsed - 235060 + + +real 0m0.001s +user 0m0.001s +sys 0m0.000s diff --git a/SD-VBS/times/stitch/T_sqcif.txt b/SD-VBS/times/stitch/T_sqcif.txt new file mode 100644 index 0000000..66144dc --- /dev/null +++ b/SD-VBS/times/stitch/T_sqcif.txt @@ -0,0 +1,7 @@ +Input size - (96x128) +Cycles elapsed - 30363480 + + +real 0m0.010s +user 0m0.010s +sys 0m0.000s diff --git a/SD-VBS/times/stitch/T_test.txt b/SD-VBS/times/stitch/T_test.txt new file mode 100644 index 0000000..25fb295 --- /dev/null +++ b/SD-VBS/times/stitch/T_test.txt @@ -0,0 +1,7 @@ +Input size - (6x8) +Cycles elapsed - 62335 + + +real 0m0.001s +user 0m0.001s +sys 0m0.000s diff --git a/SD-VBS/times/stitch/T_vga.txt b/SD-VBS/times/stitch/T_vga.txt new file mode 100644 index 0000000..e8bfd1a --- /dev/null +++ b/SD-VBS/times/stitch/T_vga.txt @@ -0,0 +1,7 @@ +Input size - (480x586) +Cycles elapsed - 1959815970 + + +real 0m0.575s +user 0m0.575s +sys 0m0.000s -- cgit v1.2.2