commit | 9f9ba88fa8757ac362c4f22af632b308b05c9b50 | [log] [tgz] |
---|---|---|
author | RJ Ascani <rjascani@google.com> | Wed Aug 10 23:31:01 2022 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 10 23:31:01 2022 +0000 |
tree | 45b794da24f7372e6e34e39d01751a8535bbd18c | |
parent | 56e2cb3bf89095ef529921e0d99d9aab75d8532b [diff] |
pw_result: Add size reports for monadic ops This CL adds size reports for the pw::Result monadic operations: and_then, or_else and transform. This should help users have confidence that there is no overhead cost to using these functions. Bug: b/236160902 Change-Id: I199a498b64e827e430a8167cf2eb5fa7b940ae57 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/105174 Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: RJ Ascani <rjascani@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.