aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics.go
AgeCommit message (Expand)Author
2025-10-30runtime: eliminate _PsyscallMichael Anthony Knyszek
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-08-15runtime/metrics: add metric for current Go-owned thread countMichael Anthony Knyszek
2025-08-15runtime/metrics: add metric for total goroutines createdMichael Anthony Knyszek
2025-08-15runtime/metrics: add metrics for goroutine sched statesMichael Anthony Knyszek
2025-07-30runtime/metrics: add cleanup and finalizer queue metricsMichael Anthony Knyszek
2025-05-08runtime: remove ptr/scalar bitmap metrickhr@golang.org
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2024-04-08runtime: move GC pause time CPU metrics update into the STWMichael Anthony Knyszek
2023-11-21runtime: profile contended lock callsRhys Hiltner
2023-11-20Revert "runtime: profile contended lock calls"Matthew Dempsky
2023-11-17runtime: profile contended lock callsRhys Hiltner
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-11-03runtime: eliminate possible stack movements in ReadMetricsSlowMichael Anthony Knyszek
2023-09-18all: clean unnecessary castsJes Cok
2023-09-06runtime/metrics: fix /gc/scan/* metricsNayef Ghattas
2023-07-12all: fix typos and remove repeated wordsDan Kortschak
2023-06-13all: fix mismatched symbolscui fliter
2023-05-24runtime: ensure consistency of /gc/scan/*Michael Anthony Knyszek
2023-05-23runtime/metrics: refactor CPU stats accumulationMichael Anthony Knyszek
2023-05-23runtime/metrics: add /gc/scan/total:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/heap:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/globals:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/stack:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/gogc:percentFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/gomemlimit:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/heap/live:bytesFelix Geisendörfer
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-04html/template: disallow actions in JS template literalsRoland Shoemaker
2023-04-04mime/multipart: limit parsed mime message sizesDamien Neil
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-11all: fix problematic commentscui fliter
2022-09-16runtime/metrics: add /sync/mutex/wait/total:seconds metricMichael Anthony Knyszek
2022-09-16runtime: make the wait reason for a g blocked on a mutex more specificMichael Anthony Knyszek
2022-09-16runtime/metrics: add CPU statsMichael Anthony Knyszek
2022-09-16runtime: shrink time histogram bucketsMichael Anthony Knyszek
2022-08-12runtime: convert timeHistogram to atomic typesMichael Pratt
2022-06-29runtime: add race annotations to metricsSemaMichael Pratt
2022-05-13runtime/metrics: add the last GC cycle that had the limiter enabledMichael Anthony Knyszek
2022-05-13runtime/metrics: add the number of Go-to-C callsMichael Anthony Knyszek
2022-05-13runtime/metrics: add gomaxprocs metricMichael Anthony Knyszek
2022-05-12runtime: measure stack usage; start stacks larger if neededKeith Randall
2022-05-03runtime: store consistent total allocation stats as uint64Michael Anthony Knyszek
2022-05-03runtime: check the heap goal and trigger dynamicallyMichael Anthony Knyszek
2021-04-29runtime/metrics: add additional allocation metricsMichael Anthony Knyszek
2021-04-27runtime/metrics: add tiny allocs metricMichael Anthony Knyszek
2021-04-23runtime,runtime/metrics: add metric to track scheduling latenciesMichael Pratt
2021-04-14runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek
2021-02-24docs: fix spellingJohn Bampton