commit | 43d8f14eb1f79e1153a2a986b2ce87e6b7628264 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Nov 12 14:58:15 2018 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Mon Nov 12 14:58:15 2018 +0000 |
tree | f52cebb726292a9204306db481192a1dd3518f4b | |
parent | 1b3b271e7a17b92b82a59f8bd673be03a6501b81 [diff] |
trace_processor: prevent window table from allowing zero duration tables This CL fixes the situation where the window table would be un-updatable if the window table is updated to have a zero duration. This is because rowid = 0 would hit no rows and thus Update() would never be called. Also add ability for sub-tables to send error messages to the shell and the ui. Change-Id: Id8dac048c78a161c200c5d8f527fc707d76d398d
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.