commit | 8c8e997095469edf67f7cc8979400b842a0c46d7 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Apr 07 17:47:54 2020 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Wed Apr 08 11:08:29 2020 +0000 |
tree | 8bd0341f2386d806e75bb49403053a2e90ed9e96 | |
parent | 3b13db544626b44068c8f0c35319deceb63bcaf2 [diff] |
tp: fix inconsistency of base::optional<StringId> column API Before this CL, we would return StringId::Null() from base::Optional<StringId> columns whereas we would expect base::nullopt to be returned. Fix this behaviour at the cost of converting insertions of StringId::Null() into base::nullopt - this conversion is more intuitive than the reverse so we accept the small usability price. Change-Id: I8f9e61cd3782f3eec3f8961581e43fd1165d7b9e
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.
See /docs/contributing.md for instructions.
The source-of-truth repo is Android's Gerrit. The GitHub repo is a read-only mirror.
You can reach us on our Discord channel. If you prefer using IRC we have an experimental Discord <> IRC bridge synced with #perfetto-dev
on Freenode.