sysconf_nocgo.go 145 B

123456789
  1. // +build !cgo !linux
  2. package linux
  3. // GetClockTicks returns the number of click ticks in one jiffie.
  4. func GetClockTicks() int {
  5. return 100
  6. }