shirou_gopsutil/process_linux_amd64.go

9 lines
108 B
Go
Raw Normal View History

// +build linux
// +build amd64
package gopsutil
2014-04-24 16:20:12 +08:00
const (
2014-04-24 18:07:34 +08:00
CLOCK_TICKS = 100 // C.sysconf(C._SC_CLK_TCK)
)