commit | 03f5a97d13272a9cb7b997e9a32a466a2fe9b332 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Mar 27 17:08:15 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Mon Mar 27 17:08:15 2023 +0100 |
tree | ae058df1d156c3e3e1234fb6373d5aeb278fc576 | |
parent | 62458da94125115c260312aa2ab1ea12668bbb26 [diff] |
base: make base::Optional a shim for std::optional Now we can use C++17, forward base::optional to std::optional. In a followup, we can cleanup the codebase to simply use std::optional directly. Change-Id: Idec58d95496b44bb609c8628d40747d81e2ab379
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.