github.com/loov/hrtime@v1.0.3/_example/benchtime/qpc_other.go (about) 1 // +build !windows 2 3 package main 4 5 func QPC() int64 { return 0 } 6 func QPCFrequency() int64 { return 1 }