github.com/elastic/gosigar@v0.14.3/sys/linux/sysconf_nocgo.go (about)

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