v0.3.3
CLK_TCK is always 100 on Linux. For example, musl hard-codes this https://git.musl-libc.org/cgit/musl/tree/src/conf/sysconf.c#n30 and glibc looks it up from the ELF auxv, but the kernel sets it to 100 on all architectures (except alpha and ia64, both of which are obsolete and not supported by Go). Also see https://github.com/containerd/cgroups/pull/12