Skip to content
Snippets Groups Projects
  1. Apr 26, 2017
  2. Apr 14, 2017
  3. Apr 01, 2017
  4. Mar 10, 2017
  5. Feb 16, 2017
  6. Jan 23, 2017
  7. Jan 21, 2017
  8. Jan 17, 2017
  9. Jan 14, 2017
    • Masood Malekghassemi's avatar
      Paper-over Python errors · 62d895bc
      Masood Malekghassemi authored
      This reads directly off of the slices rather than ref'ing and unref'ing
      them. There's likely some silliness w.r.t. interned slices and
      references to them outliving their associated call objects, but we are
      just ignoring that for now.
      62d895bc
  10. Dec 22, 2016
  11. Nov 24, 2016
  12. Oct 20, 2016
  13. Aug 18, 2016
  14. Jul 25, 2016
  15. Jul 09, 2016
  16. Jul 01, 2016
  17. Apr 20, 2016
  18. Feb 25, 2016
  19. Feb 03, 2016
  20. Feb 02, 2016
  21. Jan 29, 2016
  22. Jan 28, 2016
  23. Jan 20, 2016
  24. Jan 07, 2016
  25. Nov 03, 2015
    • Craig Tiller's avatar
      Lower latency profiling · 61ead3e0
      Craig Tiller authored
      Current latency profiles have their tails dominated by writing latency
      logs, which is hugely undesirable.
      
      Now when a thread log fills up, push it to a background thread to write
      to disk. At shutdown, wait for all latency traces to be flushed.
      61ead3e0
  26. Oct 24, 2015
  27. Oct 20, 2015
  28. Oct 16, 2015
  29. Oct 14, 2015
  30. Oct 13, 2015
  31. Oct 08, 2015
  32. Oct 03, 2015
  33. Sep 24, 2015
Loading