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/tracking/T_cif.txt | 7 +++++++ SD-VBS/times/tracking/T_fullhd.txt | 7 +++++++ SD-VBS/times/tracking/T_qcif.txt | 7 +++++++ SD-VBS/times/tracking/T_sim.txt | 7 +++++++ SD-VBS/times/tracking/T_sim_fast.txt | 7 +++++++ SD-VBS/times/tracking/T_sqcif.txt | 7 +++++++ SD-VBS/times/tracking/T_test.txt | 7 +++++++ SD-VBS/times/tracking/T_vga.txt | 7 +++++++ 8 files changed, 56 insertions(+) create mode 100644 SD-VBS/times/tracking/T_cif.txt create mode 100644 SD-VBS/times/tracking/T_fullhd.txt create mode 100644 SD-VBS/times/tracking/T_qcif.txt create mode 100644 SD-VBS/times/tracking/T_sim.txt create mode 100644 SD-VBS/times/tracking/T_sim_fast.txt create mode 100644 SD-VBS/times/tracking/T_sqcif.txt create mode 100644 SD-VBS/times/tracking/T_test.txt create mode 100644 SD-VBS/times/tracking/T_vga.txt (limited to 'SD-VBS/times/tracking') diff --git a/SD-VBS/times/tracking/T_cif.txt b/SD-VBS/times/tracking/T_cif.txt new file mode 100644 index 0000000..28180a0 --- /dev/null +++ b/SD-VBS/times/tracking/T_cif.txt @@ -0,0 +1,7 @@ +Input size - (288x352) +Cycles elapsed - 61998265 + + +real 0m0.036s +user 0m0.035s +sys 0m0.000s diff --git a/SD-VBS/times/tracking/T_fullhd.txt b/SD-VBS/times/tracking/T_fullhd.txt new file mode 100644 index 0000000..7883223 --- /dev/null +++ b/SD-VBS/times/tracking/T_fullhd.txt @@ -0,0 +1,7 @@ +Input size - (1080x1920) +Cycles elapsed - 11011285590 + + +real 0m0.594s +user 0m0.529s +sys 0m0.060s diff --git a/SD-VBS/times/tracking/T_qcif.txt b/SD-VBS/times/tracking/T_qcif.txt new file mode 100644 index 0000000..5f7b7d8 --- /dev/null +++ b/SD-VBS/times/tracking/T_qcif.txt @@ -0,0 +1,7 @@ +Input size - (144x176) +Cycles elapsed - 25060630 + + +real 0m0.015s +user 0m0.014s +sys 0m0.000s diff --git a/SD-VBS/times/tracking/T_sim.txt b/SD-VBS/times/tracking/T_sim.txt new file mode 100644 index 0000000..af66cbc --- /dev/null +++ b/SD-VBS/times/tracking/T_sim.txt @@ -0,0 +1,7 @@ +Input size - (48x48) +Cycles elapsed - 2658810 + + +real 0m0.003s +user 0m0.002s +sys 0m0.000s diff --git a/SD-VBS/times/tracking/T_sim_fast.txt b/SD-VBS/times/tracking/T_sim_fast.txt new file mode 100644 index 0000000..fbfef57 --- /dev/null +++ b/SD-VBS/times/tracking/T_sim_fast.txt @@ -0,0 +1,7 @@ +Input size - (32x32) +Cycles elapsed - 1040900 + + +real 0m0.002s +user 0m0.001s +sys 0m0.000s diff --git a/SD-VBS/times/tracking/T_sqcif.txt b/SD-VBS/times/tracking/T_sqcif.txt new file mode 100644 index 0000000..cea7292 --- /dev/null +++ b/SD-VBS/times/tracking/T_sqcif.txt @@ -0,0 +1,7 @@ +Input size - (96x128) +Cycles elapsed - 12261690 + + +real 0m0.007s +user 0m0.006s +sys 0m0.000s diff --git a/SD-VBS/times/tracking/T_test.txt b/SD-VBS/times/tracking/T_test.txt new file mode 100644 index 0000000..80784fc --- /dev/null +++ b/SD-VBS/times/tracking/T_test.txt @@ -0,0 +1,7 @@ +Input size - (16x16) +Cycles elapsed - 250530 + + +real 0m0.001s +user 0m0.001s +sys 0m0.000s diff --git a/SD-VBS/times/tracking/T_vga.txt b/SD-VBS/times/tracking/T_vga.txt new file mode 100644 index 0000000..0b12c73 --- /dev/null +++ b/SD-VBS/times/tracking/T_vga.txt @@ -0,0 +1,7 @@ +Input size - (480x640) +Cycles elapsed - 164975195 + + +real 0m0.106s +user 0m0.089s +sys 0m0.016s -- cgit v1.2.2