Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Oct 28, 2016
  3. Sep 29, 2016
  4. Aug 04, 2016
  5. Apr 28, 2016
  6. Apr 27, 2016
  7. Apr 26, 2016
  8. Apr 03, 2016
  9. Mar 30, 2016
  10. Mar 01, 2016
    • Ramin Yaghoubzadeh Torky's avatar
      C++: simple profiling timers · 33664e85
      Ramin Yaghoubzadeh Torky authored
      [.. code ...]
      IPAACA_SIMPLE_TIMER_BEGIN(blockid1)
      [... first code block to time ...]
      IPAACA_SIMPLE_TIMER_END(blockid1, "Processing loop 1")
      [...]
      
      -> e.g.: "Processing loop - us elapsed: 15" to terminal
      
      Several blocks can be timed in one stack frame using more blockids
      (TODO: implement profiling mode that can be turned on/off)
      33664e85
  11. Jan 29, 2016
  12. Jan 19, 2016
  13. Jan 18, 2016
  14. Jan 07, 2016
  15. Dec 18, 2015
  16. Dec 16, 2015
  17. Dec 10, 2015
  18. Dec 09, 2015
  19. Dec 08, 2015
  20. Dec 05, 2015
  21. Dec 04, 2015
Loading