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/preload-times/texture_synthesis | |
| 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/preload-times/texture_synthesis')
8 files changed, 56 insertions, 0 deletions
diff --git a/SD-VBS/preload-times/texture_synthesis/T_cif.txt b/SD-VBS/preload-times/texture_synthesis/T_cif.txt new file mode 100644 index 0000000..7c94954 --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_cif.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (30x30) | ||
| 2 | Cycles elapsed - 36587880 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.012s | ||
| 6 | user 0m0.012s | ||
| 7 | sys 0m0.000s | ||
diff --git a/SD-VBS/preload-times/texture_synthesis/T_fullhd.txt b/SD-VBS/preload-times/texture_synthesis/T_fullhd.txt new file mode 100644 index 0000000..3050e97 --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_fullhd.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (48x48) | ||
| 2 | Cycles elapsed - 5745570750 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m6.365s | ||
| 6 | user 0m6.360s | ||
| 7 | sys 0m0.004s | ||
diff --git a/SD-VBS/preload-times/texture_synthesis/T_qcif.txt b/SD-VBS/preload-times/texture_synthesis/T_qcif.txt new file mode 100644 index 0000000..25fca8d --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_qcif.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (20x20) | ||
| 2 | Cycles elapsed - 18376470 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.006s | ||
| 6 | user 0m0.006s | ||
| 7 | sys 0m0.000s | ||
diff --git a/SD-VBS/preload-times/texture_synthesis/T_sim.txt b/SD-VBS/preload-times/texture_synthesis/T_sim.txt new file mode 100644 index 0000000..ea7a948 --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_sim.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (32x32) | ||
| 2 | Cycles elapsed - 4459000 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.002s | ||
| 6 | user 0m0.002s | ||
| 7 | sys 0m0.000s | ||
diff --git a/SD-VBS/preload-times/texture_synthesis/T_sim_fast.txt b/SD-VBS/preload-times/texture_synthesis/T_sim_fast.txt new file mode 100644 index 0000000..5e304b9 --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_sim_fast.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (16x16) | ||
| 2 | Cycles elapsed - 699615 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.001s | ||
| 6 | user 0m0.001s | ||
| 7 | sys 0m0.000s | ||
diff --git a/SD-VBS/preload-times/texture_synthesis/T_sqcif.txt b/SD-VBS/preload-times/texture_synthesis/T_sqcif.txt new file mode 100644 index 0000000..0c8a88a --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_sqcif.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (96x96) | ||
| 2 | Cycles elapsed - 78240855 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.025s | ||
| 6 | user 0m0.025s | ||
| 7 | sys 0m0.000s | ||
diff --git a/SD-VBS/preload-times/texture_synthesis/T_test.txt b/SD-VBS/preload-times/texture_synthesis/T_test.txt new file mode 100644 index 0000000..59ae13b --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_test.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (8x8) | ||
| 2 | Cycles elapsed - 273315 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.001s | ||
| 6 | user 0m0.001s | ||
| 7 | sys 0m0.000s | ||
diff --git a/SD-VBS/preload-times/texture_synthesis/T_vga.txt b/SD-VBS/preload-times/texture_synthesis/T_vga.txt new file mode 100644 index 0000000..7b94d1e --- /dev/null +++ b/SD-VBS/preload-times/texture_synthesis/T_vga.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | Input size - (32x32) | ||
| 2 | Cycles elapsed - 102213475 | ||
| 3 | |||
| 4 | |||
| 5 | real 0m0.032s | ||
| 6 | user 0m0.028s | ||
| 7 | sys 0m0.004s | ||
