junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
17 stars 2 forks source link

OpenCV PerfTest #431

Open junxnone opened 11 months ago

junxnone commented 11 months ago

OpenCV Performance Test

Build Test Case

cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PERF_TESTS=ON ..
make 

Run Test

./opencv_perf_core --gtest_output=xml
./opencv_perf_imgproc --gtest_output=xml:result.xml

Analyzing Result

python ../../modules/ts/misc/report.py core.xml -o html|tee core.html
python3 ../../modules/ts/misc/summary.py core_cpu.xml core_igpu.xml -f absdiff:

image

python3 ../../modules/ts/misc/chart.py core_cpu.xml -f absdiff:

image

Reference