btop/src/freebsd
zackiloco 6eb37601d7 Retrieve load average from libc and use emplace_back where appropriate
Get the load average from libc and adjust the internal API. This has
less overhead than opening /proc/loadavg.

Favor emplace_back over push_back, in general it has the chance to not
create a temporary object.
2023-07-05 13:23:11 +02:00
..
btop_collect.cpp Retrieve load average from libc and use emplace_back where appropriate 2023-07-05 13:23:11 +02:00