Skip to content

runtime: document that MemStats.Lookups is always zero #55915

Closed as not planned
Closed as not planned
@zc24

Description

@zc24

package main
import "fmt"
import "runtime"
func main () {
var a = runtime.MemStats{}
runtime.ReadMemStats(&a)
fmt.Printf("%+v\n", a.Lookups)
}

Metadata

Metadata

Assignees

Labels

DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions