index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
metrics.go
Age
Commit message (
Expand
)
Author
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-08-15
runtime/metrics: add metric for current Go-owned thread count
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metric for total goroutines created
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metrics for goroutine sched states
Michael Anthony Knyszek
2025-07-30
runtime/metrics: add cleanup and finalizer queue metrics
Michael Anthony Knyszek
2025-05-08
runtime: remove ptr/scalar bitmap metric
khr@golang.org
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2024-04-08
runtime: move GC pause time CPU metrics update into the STW
Michael Anthony Knyszek
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-03
runtime: eliminate possible stack movements in ReadMetricsSlow
Michael Anthony Knyszek
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-09-06
runtime/metrics: fix /gc/scan/* metrics
Nayef Ghattas
2023-07-12
all: fix typos and remove repeated words
Dan Kortschak
2023-06-13
all: fix mismatched symbols
cui fliter
2023-05-24
runtime: ensure consistency of /gc/scan/*
Michael Anthony Knyszek
2023-05-23
runtime/metrics: refactor CPU stats accumulation
Michael Anthony Knyszek
2023-05-23
runtime/metrics: add /gc/scan/total:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/scan/heap:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/scan/globals:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/scan/stack:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/gogc:percent
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/gomemlimit:bytes
Felix Geisendörfer
2023-05-23
runtime/metrics: add /gc/heap/live:bytes
Felix Geisendörfer
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-04-04
html/template: disallow actions in JS template literals
Roland Shoemaker
2023-04-04
mime/multipart: limit parsed mime message sizes
Damien Neil
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2022-11-11
all: fix problematic comments
cui fliter
2022-09-16
runtime/metrics: add /sync/mutex/wait/total:seconds metric
Michael Anthony Knyszek
2022-09-16
runtime: make the wait reason for a g blocked on a mutex more specific
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add CPU stats
Michael Anthony Knyszek
2022-09-16
runtime: shrink time histogram buckets
Michael Anthony Knyszek
2022-08-12
runtime: convert timeHistogram to atomic types
Michael Pratt
2022-06-29
runtime: add race annotations to metricsSema
Michael Pratt
2022-05-13
runtime/metrics: add the last GC cycle that had the limiter enabled
Michael Anthony Knyszek
2022-05-13
runtime/metrics: add the number of Go-to-C calls
Michael Anthony Knyszek
2022-05-13
runtime/metrics: add gomaxprocs metric
Michael Anthony Knyszek
2022-05-12
runtime: measure stack usage; start stacks larger if needed
Keith Randall
2022-05-03
runtime: store consistent total allocation stats as uint64
Michael Anthony Knyszek
2022-05-03
runtime: check the heap goal and trigger dynamically
Michael Anthony Knyszek
2021-04-29
runtime/metrics: add additional allocation metrics
Michael Anthony Knyszek
2021-04-27
runtime/metrics: add tiny allocs metric
Michael Anthony Knyszek
2021-04-23
runtime,runtime/metrics: add metric to track scheduling latencies
Michael Pratt
2021-04-14
runtime: move next_gc and last_next_gc into gcControllerState
Michael Anthony Knyszek
2021-02-24
docs: fix spelling
John Bampton
[next]