func runtime.tickspersecond
3 uses
runtime (current package)
cpuprof.go#L194: return tickspersecond()
mprof.go#L388: r = int64(float64(rate) * float64(tickspersecond()) / (1000 * 1000 * 1000))
runtime.go#L23: func tickspersecond() int64 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)