commit | fcbe454a77f030ed5af2d845b34ff2f19a551b17 | [log] [tgz] |
---|---|---|
author | Carlos Galo <[email protected]> | Fri Jul 29 21:06:48 2022 +0000 |
committer | Carlos Galo <[email protected]> | Fri Aug 05 00:03:38 2022 +0000 |
tree | e07ee56c83cac163354c71fd6377c20b5a514400 | |
parent | e4cd1f849a4b2b7876f05c576fd16b386293cff5 [diff] |
Replace all printf's with ostream for efficiency in Librank Replace printf with ostream to avoid unnecessary string concatenations. Test: compare showmap output before and after the change. Test: output before the change: https://paste.googleplex.com/4969678737768448 Test: output after the change: https://paste.googleplex.com/6003596148604928 Bug: 232840435 Change-Id: I3450fd3396c64f463f6b4d6ed25720ead6ebcc26