commit | d7dfde628cc24c1ae8a0fa46f91878794def8640 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Thu Jan 13 18:44:13 2022 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Tue Jan 18 12:27:50 2022 +0000 |
tree | 810fe9736a7baf9a2c06bb90f8a069893a6010d8 | |
parent | 800e2c1852fe3d9af65b9fa22e7b6af1471a2b22 [diff] |
Double crash timeout in GetNewChunk Since base::SleepMicroseconds() is skipped every kFlushCommitsAfterEveryNStalls (2). Therefore the code only waits for 4 seconds before crashing. Let's double the timeout. Bug: 191600928 Change-Id: I33b3dfa8c61d7672211a7bd41876107f3ec1a711
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.