aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics_test.go
AgeCommit message (Expand)Author
2025-12-08runtime: only run TestNotInGoMetricCallback when building with cgoMichael Anthony Knyszek
2025-12-08runtime: disable TestNotInGoMetricCallback on FreeBSD + raceMichael Anthony Knyszek
2025-12-05runtime: don't count nGsyscallNoP for extra Ms in CMichael Anthony Knyszek
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-09-26runtime: move TestReadMetricsSched to testprogMichael Anthony Knyszek
2025-09-22runtime: don't re-read metrics before check in TestReadMetricsSchedMichael Anthony Knyszek
2025-09-10runtime: don't artificially limit TestReadMetricsSchedqmuntal
2025-08-15runtime: don't overwrite global stop channel in testsMichael Anthony Knyszek
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-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-05-07runtime: verify attribution of mutex delayRhys Hiltner
2025-03-15runtime: log profile when mutex profile test failsRhys Hiltner
2024-07-25runtime: use slices and maps to clean up testsapocelipes
2024-05-30Revert "runtime: remove GODEBUG=runtimecontentionstacks"Rhys Hiltner
2024-05-30Revert "runtime: improve runtime-internal mutex profile tests"Rhys Hiltner
2024-05-22runtime: lower mutex contention test expectationsRhys Hiltner
2024-05-21runtime: improve runtime-internal mutex profile testsRhys Hiltner
2024-05-21runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2024-05-08runtime: update large object stats before freeSpan in sweepMichael Anthony Knyszek
2024-04-24runtime: test mutex contention stacks and countsRhys Hiltner
2024-04-08runtime: move GC pause time CPU metrics update into the STWMichael Anthony Knyszek
2023-12-18runtime: skip TestRuntimeLockMetricsAndProfile for flakinessMichael Anthony Knyszek
2023-12-06runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacksMichael Pratt
2023-11-28runtime: test for contention in both semaphore pathsRhys Hiltner
2023-11-21runtime: profile contended lock callsRhys Hiltner
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-20Revert "runtime: profile contended lock calls"Matthew Dempsky
2023-11-17runtime: profile contended lock callsRhys Hiltner
2023-11-16runtime: disable automatic GC for STW metric testsRhys Hiltner
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-09-06runtime/metrics: fix /gc/scan/* metricsNayef Ghattas
2023-06-08runtime: apply looser bound to /gc/heap/live:bytes in testMichael Anthony Knyszek
2023-05-31runtime: make TestCPUMetricsSleep even more lenientMichael Anthony Knyszek
2023-05-24runtime: ensure consistency of /gc/scan/*Michael Anthony Knyszek
2023-05-24runtime: skip TestCPUMetricsSleep as flakyMichael Anthony Knyszek
2023-05-23runtime: fix usage of stale "now" value for netpolling MsMichael Anthony Knyszek
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
2022-10-02all: use time.Since instead of time.Now().Subhopehook
2022-09-16runtime/metrics: add /sync/mutex/wait/total:seconds metricMichael Anthony Knyszek
2022-09-16runtime/metrics: add CPU statsMichael 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-04-26runtime: make alloc count metrics truly monotonicMichael Anthony Knyszek
2021-04-29runtime/metrics: add additional allocation metricsMichael Anthony Knyszek
2021-04-27runtime/metrics: add tiny allocs metricMichael Anthony Knyszek