1. 16 Dec, 2016 1 commit
  2. 15 Dec, 2016 1 commit
  3. 12 Dec, 2016 1 commit
  4. 29 Nov, 2016 1 commit
  5. 28 Nov, 2016 1 commit
  6. 18 Nov, 2016 1 commit
  7. 15 Nov, 2016 1 commit
  8. 08 Nov, 2016 1 commit
    • Pavel Vlasov's avatar
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple… · 349d5ba0
      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;
      349d5ba0
  9. 07 Oct, 2016 1 commit
  10. 08 Sep, 2016 1 commit
  11. 17 Aug, 2016 1 commit
  12. 21 May, 2016 1 commit
    • Tomoaki Teshima's avatar
      add feature to convert FP32(float) to FP16(half) · b2ad7cd9
      Tomoaki Teshima authored
        * check compiler support
        * check HW support before executing
        * add test doing round trip conversion from / to FP32
        * treat array correctly if size is not multiple of 4
        * add declaration to prevent warning
        * make it possible to enable fp16 on 32bit ARM
        * let the conversion possible on non-supported HW, too.
        * add test using both HW and SW implementation
      b2ad7cd9
  13. 29 Apr, 2016 1 commit
    • Julien Nabet's avatar
      cppcheck: fix some reports · a29c814b
      Julien Nabet authored
      All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
      [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
      a29c814b
  14. 01 Apr, 2016 1 commit
  15. 07 Mar, 2016 1 commit
  16. 10 Feb, 2016 2 commits
  17. 07 Dec, 2015 1 commit
  18. 02 Dec, 2015 1 commit
  19. 17 Nov, 2015 1 commit
  20. 13 Oct, 2015 1 commit
  21. 22 Sep, 2015 2 commits
  22. 21 Sep, 2015 1 commit
  23. 18 Sep, 2015 1 commit
    • Pavel Rojtberg's avatar
      ts/ts_perf: fix wrong has() usage · 31da8335
      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.
      31da8335
  24. 17 Sep, 2015 1 commit
  25. 15 Aug, 2015 1 commit
  26. 21 Jul, 2015 1 commit
  27. 30 Jun, 2015 1 commit
  28. 26 May, 2015 2 commits
  29. 27 Apr, 2015 1 commit
  30. 27 Feb, 2015 2 commits
  31. 26 Feb, 2015 1 commit
  32. 12 Jan, 2015 4 commits
  33. 04 Jan, 2015 1 commit