Skip to content
Snippets Groups Projects
  • Craig Tiller's avatar
    61ead3e0
    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
    History
    Lower latency profiling
    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.