package
1.0.0
Repository: https://github.com/grafana/carbonapi.git
Documentation: pkg.go.dev

# Functions

Start polls runtime.ReadMemStats with interval d and updates the package level variables.

# Variables

Alloc is the number of bytes allocated and not yet freed by the application.
NumGC is the number of collections.
PauseNS is the total number of nanoseconds the GC has paused the application.
TotalAlloc is the total number of bytes allocated by the application.

# Structs

Var is an atomic variable satisfying expvar.Var.