Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / third_party / py_trace_event / README.chromium
blob46aa853ddcd01dfaa997067060348c1f601aaeff
1 Name: py_trace_event
2 URL: https://github.com/natduca/py_trace_event
3 Version: 0
4 Date: August 18, 2014
5 Revision: dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30
6 License: BSD
7 License File: src/LICENSE
8 Security Critical: no
9 License Android Compatible: yes
11 Description:
12 py_trace_event allows low-overhead instrumentation of a multi-threaded,
13 multi-process application in order to study its global performance
14 characteristics. It uses the trace event format used in Chromium/Chrome's
15 about:tracing system.
17 Trace files generated by py_trace_event can be viewed and manipulated by
18 trace_event_viewer.
20 Local Modifications:
21 None.