aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-11-03 11:03:48 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-11-03 11:03:48 -0800
commit61ead3e061f685f87e284bf41f7ed1cb44f347b4 (patch)
tree612acee4fed0ca0e594843c9b3260cd10eeecb8b /.gitignore
parent4b65b1dec305edf96b05375155dc918c974a626a (diff)
Lower latency profiling
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 40f4c4734c..f059eca239 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ cache.mk
# Temporary test reports
report.xml
latency_trace.txt
+latency_trace.*.txt
# port server log
portlog.txt