btop/src/osx
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
sensors.cpp Fix some missing copyright in src files found by debian lintian 2021-12-13 13:59:18 +01:00
sensors.hpp Fix some missing copyright in src files found by debian lintian 2021-12-13 13:59:18 +01:00
smc.cpp Merge pull request #209 from mariogrip/fix-missing-copyright-src 2021-12-29 14:21:13 +01:00
smc.hpp Merge pull request #209 from mariogrip/fix-missing-copyright-src 2021-12-29 14:21:13 +01:00