android_system_core/libstats/socket/include
Ruchir Rastogi f104eb94be Improve stats_event memory usage
We now truncate the buffer to the appropriate length when clients call
stats_event_build().

Benchmarking tests indicate that truncating the buffer to the
appropriate length increases the cost clients pay to write to the socket
by 2%. This is negligible enough that I decided to truncate the buffer
for both pushed and pulled atoms in order to simplify the API.

Test: m libstatssocket
Test: bit libstatssocket_benchmark:*
Bug: 144126231
Change-Id: Ife976bb383ecff8de5064730692a95e2a3a82c9d
2019-12-13 23:38:19 +00:00
..
stats_buffer_writer.h
stats_event.h Improve stats_event memory usage 2019-12-13 23:38:19 +00:00
stats_event_list.h