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/cycles/mser | |
| 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/cycles/mser')
| -rw-r--r-- | SD-VBS/cycles/mser/C_cif.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/mser/C_fullhd.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/mser/C_qcif.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/mser/C_sim.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/mser/C_sim_fast.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/mser/C_sqcif.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/mser/C_test.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/mser/C_vga.txt | 4 |
8 files changed, 32 insertions, 0 deletions
diff --git a/SD-VBS/cycles/mser/C_cif.txt b/SD-VBS/cycles/mser/C_cif.txt new file mode 100644 index 0000000..1e8629d --- /dev/null +++ b/SD-VBS/cycles/mser/C_cif.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (264x352) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 49865060 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/mser/C_fullhd.txt b/SD-VBS/cycles/mser/C_fullhd.txt new file mode 100644 index 0000000..d0ba66e --- /dev/null +++ b/SD-VBS/cycles/mser/C_fullhd.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (1920x1080) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 1077920830 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/mser/C_qcif.txt b/SD-VBS/cycles/mser/C_qcif.txt new file mode 100644 index 0000000..d02fc4d --- /dev/null +++ b/SD-VBS/cycles/mser/C_qcif.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (132x176) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 18993590 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/mser/C_sim.txt b/SD-VBS/cycles/mser/C_sim.txt new file mode 100644 index 0000000..2a7234e --- /dev/null +++ b/SD-VBS/cycles/mser/C_sim.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (66x88) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 4935000 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/mser/C_sim_fast.txt b/SD-VBS/cycles/mser/C_sim_fast.txt new file mode 100644 index 0000000..e5dff6a --- /dev/null +++ b/SD-VBS/cycles/mser/C_sim_fast.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (36x48) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 1719550 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/mser/C_sqcif.txt b/SD-VBS/cycles/mser/C_sqcif.txt new file mode 100644 index 0000000..f7bfc2a --- /dev/null +++ b/SD-VBS/cycles/mser/C_sqcif.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (66x88) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 2721145 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/mser/C_test.txt b/SD-VBS/cycles/mser/C_test.txt new file mode 100644 index 0000000..bf21271 --- /dev/null +++ b/SD-VBS/cycles/mser/C_test.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (12x16) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 222215 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/mser/C_vga.txt b/SD-VBS/cycles/mser/C_vga.txt new file mode 100644 index 0000000..5550267 --- /dev/null +++ b/SD-VBS/cycles/mser/C_vga.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (480x640) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 136768905 | ||
| 4 | |||
