summaryrefslogtreecommitdiff
path: root/benchmark/benchmark_copy_image.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-05-18Benchmark: Fix Benchmark heap use after free problemPan Xiuli1-1/+0
Memobject will be release by benchmark runer. Fixed bug: https://bugs.freedesktop.org/show_bug.cgi?id=93627 Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
2016-05-18Benchmark: Fix benchmark bugs with image mapPan Xiuli1-2/+2
The map in utest is changed, benchmark need chang as well. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
2015-11-25Add a benchmark which test do 3*3 median filter in image.Meng Mengmeng1-7/+10
It's basic image test for uchar, ushort and uint. v2: convert uint to float before do median filter and use intermediate variable in if loop. Signed-off-by: Meng Mengmeng <mengmeng.meng@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
2015-11-25Refine the benchmark tests: copy buffer and image.Meng Mengmeng1-3/+3
Get FPS of the two benchmarks in place of GB/S. v2: Operating 1000 frame instead of 100. Signed-off-by: Meng Mengmeng <mengmeng.meng@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
2015-11-25Add a option which could set the benchmark unit properly.Meng Mengmeng1-1/+1
For benchmarks, the units are varied e.g. GB/S, FPS, score and so on. So we need to make a choice for every benchmark. Signed-off-by: Meng Mengmeng <mengmeng.meng@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
2015-11-06add benckmark for copy data from image to imageMeng Mengmeng1-0/+70
Set the data format as 1920 * 1080 four channels(RGBA) and type as char,short and int. Signed-off-by: Meng Mengmeng <mengmeng.meng@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>