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_test.go
Age
Commit message (
Expand
)
Author
2025-12-08
runtime: only run TestNotInGoMetricCallback when building with cgo
Michael Anthony Knyszek
2025-12-08
runtime: disable TestNotInGoMetricCallback on FreeBSD + race
Michael Anthony Knyszek
2025-12-05
runtime: don't count nGsyscallNoP for extra Ms in C
Michael Anthony Knyszek
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-09-26
runtime: move TestReadMetricsSched to testprog
Michael Anthony Knyszek
2025-09-22
runtime: don't re-read metrics before check in TestReadMetricsSched
Michael Anthony Knyszek
2025-09-10
runtime: don't artificially limit TestReadMetricsSched
qmuntal
2025-08-15
runtime: don't overwrite global stop channel in tests
Michael Anthony Knyszek
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-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-05-07
runtime: verify attribution of mutex delay
Rhys Hiltner
2025-03-15
runtime: log profile when mutex profile test fails
Rhys Hiltner
2024-07-25
runtime: use slices and maps to clean up tests
apocelipes
2024-05-30
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
Rhys Hiltner
2024-05-30
Revert "runtime: improve runtime-internal mutex profile tests"
Rhys Hiltner
2024-05-22
runtime: lower mutex contention test expectations
Rhys Hiltner
2024-05-21
runtime: improve runtime-internal mutex profile tests
Rhys Hiltner
2024-05-21
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2024-05-08
runtime: update large object stats before freeSpan in sweep
Michael Anthony Knyszek
2024-04-24
runtime: test mutex contention stacks and counts
Rhys Hiltner
2024-04-08
runtime: move GC pause time CPU metrics update into the STW
Michael Anthony Knyszek
2023-12-18
runtime: skip TestRuntimeLockMetricsAndProfile for flakiness
Michael Anthony Knyszek
2023-12-06
runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacks
Michael Pratt
2023-11-28
runtime: test for contention in both semaphore paths
Rhys Hiltner
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-16
runtime: disable automatic GC for STW metric tests
Rhys Hiltner
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-09-06
runtime/metrics: fix /gc/scan/* metrics
Nayef Ghattas
2023-06-08
runtime: apply looser bound to /gc/heap/live:bytes in test
Michael Anthony Knyszek
2023-05-31
runtime: make TestCPUMetricsSleep even more lenient
Michael Anthony Knyszek
2023-05-24
runtime: ensure consistency of /gc/scan/*
Michael Anthony Knyszek
2023-05-24
runtime: skip TestCPUMetricsSleep as flaky
Michael Anthony Knyszek
2023-05-23
runtime: fix usage of stale "now" value for netpolling Ms
Michael Anthony Knyszek
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
2022-10-02
all: use time.Since instead of time.Now().Sub
hopehook
2022-09-16
runtime/metrics: add /sync/mutex/wait/total:seconds metric
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add CPU stats
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-04-26
runtime: make alloc count metrics truly monotonic
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
[next]