Versions in this module Expand all Collapse all v0 v0.2.5 Jun 19, 2026 Changes in this version + func Handler() http.Handler + type CPUClassSeconds struct + GCAssist float64 + GCDedicated float64 + Idle float64 + Scavenge float64 + Total float64 + User float64 + type GCStats struct + CyclesTotal uint64 + PausesP50Seconds float64 + PausesP99Seconds float64 + type HeapStats struct + AllocsBytes uint64 + FreeBytes uint64 + GoalBytes uint64 + InUseBytes uint64 + ReleasedBytes uint64 + StackBytes uint64 + UnusedBytes uint64 + type LatencyQuantiles struct + P50 float64 + P99 float64 + P999 float64 + type RuntimeStats struct + CgoCalls int64 + GOMAXPROCS int + Goroutines int + MutexWaitSeconds float64 + Threads int + type SampleRates struct + CyclesPerSecond int64 + MutexFraction int + type Site struct + Count int64 + Cycles int64 + DelayNs int64 + File string + Function string + Line int + type Snapshot struct + BlockTopSites []Site + CPUClasses CPUClassSeconds + CapturedAt time.Time + GC GCStats + Heap HeapStats + LiveWaiters map[string]int + MutexTopSites []Site + Runtime RuntimeStats + SampleRates SampleRates + SchedLatency LatencyQuantiles + UptimeSeconds float64 + func Take() Snapshot