moby--moby/daemon/stats
Sebastiaan van Stijn b42ac8d370
daemon/stats: use const for clockTicksPerSecond
The value comes from `C.sysconf(C._SC_CLK_TCK)`, and on Linux it's a
constant which is safe to be hard coded. See for example in the Musl
libc source code https://git.musl-libc.org/cgit/musl/tree/src/conf/sysconf.c#n29

This removes the github.com/opencontainers/runc/libcontainer/system
dependency from this package.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-08 14:22:04 +02:00
..
collector.go daemon/stats: use const for clockTicksPerSecond 2020-07-08 14:22:04 +02:00
collector_unix.go daemon/stats: use const for clockTicksPerSecond 2020-07-08 14:22:04 +02:00
collector_windows.go daemon/stats: use const for clockTicksPerSecond 2020-07-08 14:22:04 +02:00