aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics_test.go
AgeCommit message (Expand)Author
10 daysRevert "runtime: remove GODEBUG=runtimecontentionstacks"Rhys Hiltner
10 daysRevert "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
2021-01-08runtime/metrics: change unit on *-by-size metrics to match bucket unitMichael Anthony Knyszek
2021-01-08runtime,runtime/metrics: use explicit histogram boundariesMichael Anthony Knyszek
2020-12-23runtime: fix allocs-by-size and frees-by-size bucketsMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: export goroutine count as a metricMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add metric for distribution of GC pausesMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add object size distribution metricsMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add heap goal and GC cycle metricsMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add heap object count metricMichael Anthony Knyszek
2020-10-26runtime: add readMetrics latency benchmarkMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek