Skip to content
Snippets Groups Projects
  1. Dec 22, 2017
  2. Dec 21, 2017
  3. Dec 06, 2017
  4. Nov 13, 2017
  5. Nov 03, 2017
  6. Nov 02, 2017
  7. 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
  8. Oct 31, 2017
  9. Oct 27, 2017
  10. Oct 25, 2017
  11. Sep 20, 2017
  12. Sep 19, 2017
  13. Sep 14, 2017
  14. Sep 13, 2017
  15. Sep 01, 2017
  16. Aug 28, 2017
  17. Aug 09, 2017
  18. Aug 03, 2017
  19. Jul 28, 2017
  20. Jun 23, 2017
  21. Jun 16, 2017
  22. May 10, 2017
  23. Apr 21, 2017
  24. Apr 13, 2017
  25. Apr 12, 2017
  26. Apr 07, 2017
  27. Apr 05, 2017
  28. Apr 03, 2017
  29. Mar 10, 2017
  30. Mar 08, 2017
Loading