func runtime.ReadMemStats
10 uses
runtime (current package)
mstats.go#L472: func ReadMemStats(m *MemStats) {
runtime/pprof
pprof.go#L551: runtime.ReadMemStats(memStats)
expvar
expvar.go#L359: runtime.ReadMemStats(stats)
github.com/prometheus/client_golang/prometheus
go_collector.go#L83: msRead: runtime.ReadMemStats,
golang.org/x/pkgsite/internal/worker
pages.go#L65: runtime.ReadMemStats(&gms)
testing
allocs.go#L28: runtime.ReadMemStats(&memstats)
allocs.go#L37: runtime.ReadMemStats(&memstats)
benchmark.go#L123: runtime.ReadMemStats(&memStats)
benchmark.go#L137: runtime.ReadMemStats(&memStats)
benchmark.go#L158: runtime.ReadMemStats(&memStats)
![]() |
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. |