aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/latency_profile/profile_analyzer.py
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2015-12-22
|
* Lower latency profilingGravatar Craig Tiller2015-11-03
| | | | | | | | 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.
* Remove extra lineGravatar Craig Tiller2015-10-12
|
* Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
|
* Script to generate latency reportsGravatar Craig Tiller2015-10-08