diff options
| author | Leo Chan <leochanj@live.unc.edu> | 2020-10-22 01:53:21 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 01:56:35 -0400 |
| commit | d17b33131c14864bd1eae275f49a3f148e21cf29 (patch) | |
| tree | 0d8f77922e8d193cb0f6edab83018f057aad64a0 /SD-VBS/times/stitch | |
| parent | 601ed25a4c5b66cb75315832c15613a727db2c26 (diff) | |
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.
Diffstat (limited to 'SD-VBS/times/stitch')
| -rw-r--r-- | SD-VBS/times/stitch/T_cif.txt | 7 | ||||
| -rw-r--r-- | SD-VBS/times/stitch/T_fullhd.txt | 7 | ||||
| -rw-r--r-- | SD-VBS/times/stitch/T_qcif.txt | 7 | ||||
| -rw-r--r-- | SD-VBS/times/stitch/T_sim.txt | 7 | ||||
| -rw-r--r-- | SD-VBS/times/stitch/T_sim_fast.txt | 7 | ||||
| -rw-r--r-- | SD-VBS/times/stitch/T_sqcif.txt | 7 | ||||
| -rw-r--r-- | SD-VBS/times/stitch/T_test.txt | 7 | ||||
| -rw-r--r-- | SD-VBS/times/stitch/T_vga.txt | 7 |
8 files changed, 56 insertions, 0 deletions
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 @@ | |||
| 1 | Input size - (236x288) | ||
| 2 | Cycles elapsed - 246156260 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.075s | ||
| 6 | user 0m0.075s | ||
| 7 | 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 @@ | |||
| 1 | Input size - (1920x1080) | ||
| 2 | Cycles elapsed - 182787248928 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m21.766s | ||
| 6 | user 0m21.740s | ||
| 7 | 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 @@ | |||
| 1 | Input size - (144x176) | ||
| 2 | Cycles elapsed - 54711195 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.017s | ||
| 6 | user 0m0.017s | ||
| 7 | 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 @@ | |||
| 1 | Input size - (12x16) | ||
| 2 | Cycles elapsed - 184695 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.001s | ||
| 6 | user 0m0.001s | ||
| 7 | 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 @@ | |||
| 1 | Input size - (9x12) | ||
| 2 | Cycles elapsed - 235060 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.001s | ||
| 6 | user 0m0.001s | ||
| 7 | 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 @@ | |||
| 1 | Input size - (96x128) | ||
| 2 | Cycles elapsed - 30363480 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.010s | ||
| 6 | user 0m0.010s | ||
| 7 | 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 @@ | |||
| 1 | Input size - (6x8) | ||
| 2 | Cycles elapsed - 62335 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.001s | ||
| 6 | user 0m0.001s | ||
| 7 | 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 @@ | |||
| 1 | Input size - (480x586) | ||
| 2 | Cycles elapsed - 1959815970 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.575s | ||
| 6 | user 0m0.575s | ||
| 7 | sys 0m0.000s | ||
