commit | cd83dda45843fcd4e87face3195452a0d5c70b38 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Wed Nov 14 12:14:23 2018 +0000 |
committer | Primiano Tucci <primiano@google.com> | Thu Nov 15 00:37:09 2018 +0000 |
tree | 8bba6e0ac21935e8d5076072d9c42c5e29931ea5 | |
parent | 74096ec8f277c79fd2e85f8880a848ad49b63791 [diff] |
Unify on for (;;) We have both: while (true) {...} And: for (;;) {...} The latter is more common[1] so unifying on that. [1]: $ git grep -l while\ \(true | wc -l 9 $ git grep -l 'for\ (;;)' | wc -l 18 Change-Id: Ic6234faff39d94b2f24c6f98949511cef8db74cc
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.