- 08 Nov, 2016 1 commit
-
-
Pavel Vlasov authored
--perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); Maximum depth limit var was added to the instrumentation structure; Trace names output console output fix: improper tree formatting could happen; Output in case of error was added; Custom regions improvements; Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node; parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
-
- 08 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
- 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
-
- 17 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 22 Sep, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Sep, 2015 1 commit
-
-
Pavel Rojtberg authored
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead.
-
- 30 Jun, 2015 1 commit
-
-
Evgeny Agafonchikov authored
-
- 27 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
Also: - Silence clang warnings about unsupported command line arguments - Add diagnostic print to calib3d test - Fixed perf test relative error check - Fix iOS build problem
-
- 21 Oct, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 15 Oct, 2014 1 commit
-
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 17 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Mar, 2014 1 commit
-
-
Andrey Pavlenko authored
-
- 02 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 23 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 20 Feb, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 20 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 13 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 03 Dec, 2013 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 13 Nov, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 12 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 01 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 02 Sep, 2013 3 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
-
- 18 Jul, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 19 Jun, 2013 3 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
Now it allows choosing between arbitrary implementation variants.
-
- 10 Jun, 2013 2 commits
-
-
Vladislav Vinogradov authored
now DeviceInfo provides full information about device (from cudaDeviceProp)
-
Vladislav Vinogradov authored
-
- 17 Apr, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 24 Mar, 2013 1 commit
-
-
marina.kolpakova authored
-
- 08 Feb, 2013 1 commit
-
-
Alexey Spizhevoy authored
-
- 31 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
Use min/max bounds instead of local value to calculate acceptance threshold. Threshold based on local values somethimes does not work because cancellation of big values may produce error bigger than local value.
-