instrumentation: minor refactoring, wrap OpenCL
authorAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 25 Aug 2016 14:26:46 +0000 (17:26 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 8 Sep 2016 13:13:44 +0000 (16:13 +0300)
commit10d18a315c99ece9fee02666afdebe42da0943a9
treee9138b5ae0178f85debe620e4a533da934e1e666
parent4013ce570f0593d3c1b852741953bfb307cd0034
instrumentation: minor refactoring, wrap OpenCL

- calculate ticksTotal instead of ticksMean
- local / global width is based on ticksTotal value
- added instrumentation for OpenCL program compilation
- added instrumentation for OpenCL kernel execution
cmake/OpenCVGenABI.cmake
modules/core/include/opencv2/core/private.hpp
modules/core/include/opencv2/core/utility.hpp
modules/core/src/ocl.cpp
modules/core/src/system.cpp
modules/ts/src/ts_perf.cpp