commit | ae1d2c8a1b6cc36a079c429661b3c6195de48c92 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Mon Feb 18 13:40:44 2019 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Mon Feb 18 13:44:18 2019 +0000 |
tree | 4da80a38260cdd714cb4be258e95d5fed764de7d | |
parent | 42d9967a2417fe08987c152e40cebeb88851ec44 [diff] |
hiddenapi: Use std::string_view more. Using std::string_view instead of std::string avoids a lot of unnecessary allocations. The time to process the boot classpath for aosp_taimen-userdebug goes from ~9s to ~6s. Test: m Change-Id: I102763a1862cd917cd136b827f66f3d7d93800e3