func runtime/pprof.runtime_cyclesPerSecond
4 uses
runtime/pprof (current package)
pprof.go#L385: cpuGHz := float64(runtime_cyclesPerSecond()) / 1e9
pprof.go#L868: fmt.Fprintf(w, "cycles/second=%v\n", runtime_cyclesPerSecond())
pprof.go#L920: fmt.Fprintf(w, "cycles/second=%v\n", runtime_cyclesPerSecond())
pprof.go#L945: func runtime_cyclesPerSecond() int64
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)