Skip to content
Snippets Groups Projects
  1. Sep 29, 2020
  2. Aug 09, 2020
  3. Jul 21, 2020
  4. Mar 19, 2020
  5. Nov 10, 2015
  6. Oct 17, 2014
  7. Aug 21, 2013
  8. Aug 19, 2013
  9. Aug 15, 2013
  10. Aug 14, 2013
  11. Aug 09, 2013
  12. Jul 30, 2013
  13. Jul 25, 2013
  14. Jun 13, 2013
  15. Mar 29, 2013
  16. Dec 07, 2012
  17. Nov 15, 2012
    • Richard Linden's avatar
      SH-3406 WIP convert fast timers to lltrace system · 9d77e030
      Richard Linden authored
      cleaning up build
      moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc
      streamlined Time class and consolidated functionality in BlockTimer class
      llfasttimer is no longer included via llstring.h, so had to add it manually in several places
      9d77e030
  18. Nov 09, 2012
  19. Nov 07, 2012
  20. Feb 01, 2012
  21. Oct 13, 2010
  22. Sep 21, 2010
  23. Aug 13, 2010
  24. Apr 19, 2010
    • Tofu Linden's avatar
      Change Linux fasttimer implementation back to RDTSC - using a reliable syscall... · 7462911b
      Tofu Linden authored
      Change Linux fasttimer implementation back to RDTSC - using a reliable syscall was REALLY chewing CPU time.  Sigh.  I didn't realize how incredibly often this gets called.  So, back to the assembly.
      But be more careful with CPU clock count on linux, so the fasttimer values are much more accurate than they were the last time we were with RDTSC, in absolute terms - back in the right order of magnitude anyway.
      
      Also change many instances of Mhz to MHz.
      Also some minor comment fixes.
      7462911b
  25. Feb 06, 2010
  26. Feb 05, 2010
  27. Feb 04, 2010
  28. Nov 10, 2009
    • Nat Goodspeed's avatar
      Enhance LLInstanceTracker variants to be more uniform. · a97aebb8
      Nat Goodspeed authored
      For both the (so far unused) generic KEY form and the KEY = T* form, provide
      key_iter, beginKeys(), endKeys().
      Change instance_iter so that when dereferenced, it gives you a T& rather than
      a T*, to be more harmonious with a typical STL container. (You parameterize
      LLInstanceTracker with T, not with T*.)
      Fix existing usage in llfasttimer.cpp and lltimer.cpp to agree.
      For the KEY = T* specialization, add T* getInstance(T*) so client isn't forced
      to know which variant was used.
      Add unit tests for uniformity of public operations on both variants.
      a97aebb8
  29. Jun 21, 2009
  30. May 08, 2009
  31. Jan 07, 2009
  32. Jan 05, 2009
  33. Oct 09, 2008
  34. Aug 12, 2008
  35. Jun 25, 2008
  36. Jun 02, 2008
  37. May 14, 2008
  38. Apr 16, 2008
Loading