aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_debuglog_test.go
AgeCommit message (Expand)Author
2024-07-30runtime: make TestDebugLogInterleaving much more robustAustin Clements
2024-07-30runtime: run debuglog tests when debuglog tag is *not* setAustin Clements
2024-07-30runtime: switch debuglog from const-toggled to type-toggledAustin Clements
2024-07-30runtime: rename dlogger to dloggerImplAustin Clements
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-05-19runtime: emit STW events for all pauses, not just those for the GCMichael Anthony Knyszek
2022-08-02runtime: trivial replacements of g in remaining filesMichael Pratt
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2019-04-04runtime: ring buffer for binary debug loggingAustin Clements