Skip to content
Snippets Groups Projects
  1. Mar 12, 2018
  2. Mar 06, 2018
  3. Feb 20, 2018
  4. Feb 19, 2018
  5. Feb 14, 2018
  6. Jan 10, 2018
  7. Jan 09, 2018
  8. Jan 05, 2018
  9. Jan 04, 2018
  10. Dec 22, 2017
  11. Dec 21, 2017
  12. Dec 14, 2017
  13. Dec 13, 2017
  14. Dec 12, 2017
  15. Dec 11, 2017
  16. Dec 06, 2017
  17. Nov 13, 2017
  18. Nov 03, 2017
  19. Nov 02, 2017
  20. Nov 01, 2017
    • Laurențiu Nicola's avatar
      4609c856
    • Laurențiu Nicola's avatar
      ENH: Add otbStopwatch replacing itk::TimeProbe · 7afea3ff
      Laurențiu Nicola authored
      The itk::TimeProbe constructor ends up calling
      itkResourceProbe::GetSystemInformation, which reads things like the
      hostname, the number of CPUs and so on. On Linux it parses /proc/cpuinfo
      for that information.
      
      OTB doesn't really need all those fields for a simple timer that's only
      used in a couple of places. This commit adds a replacement for that.
      
      As for the benchmarks, 100 000 instantiations of itk::TimeProbe take
      about 9.5 s on my computer. I suspect it's somewhat slower on a server
      with more CPUs. So this doesn't bring a huge performance improvement,
      but it might help in cases where a large number of high-resolution
      images are being read. The time for the same number of otb::Stopwatch
      instantiations is 4 ms.
      
      The context for this change is a project where we process time series of
      medium to high resolution images over large areas. The TimeProbe in
      otbGDALImageIO was sometimes showing in the profiles.
      
      A relevant discussion can be found at
      https://groups.google.com/d/msg/otb-developers/IvsFzSgRojo/0sMeEIZgCQAJ .
      7afea3ff
  21. Oct 31, 2017
  22. Oct 27, 2017
  23. Oct 25, 2017
  24. Sep 20, 2017
  25. Sep 19, 2017
  26. Sep 14, 2017
  27. Sep 13, 2017
  28. Sep 01, 2017
  29. Aug 28, 2017
  30. Aug 09, 2017
  31. Aug 03, 2017
Loading