func runtime/pprof.scaleHeapSample
3 uses
runtime/pprof (current package)
protomem.go#L53: values[0], values[1] = scaleHeapSample(r.AllocObjects, r.AllocBytes, rate)
protomem.go#L54: values[2], values[3] = scaleHeapSample(r.InUseObjects(), r.InUseBytes(), rate)
protomem.go#L78: func scaleHeapSample(count, size, rate int64) (int64, int64) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |