aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/histogram.go
AgeCommit message (Expand)Author
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2022-09-16runtime: shrink time histogram bucketsMichael Anthony Knyszek
2022-08-12runtime: convert timeHistogram to atomic typesMichael Pratt
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-02-10runtime: simplify histogram buckets considerablyMichael Anthony Knyszek
2021-04-23runtime,runtime/metrics: add metric to track scheduling latenciesMichael Pratt
2021-02-04runtime: fix typo in histogram.goIkko Ashimine
2021-01-08runtime,runtime/metrics: use explicit histogram boundariesMichael Anthony Knyszek
2020-12-23runtime: shift timeHistogram buckets and allow negative durationsMichael Anthony Knyszek
2020-10-26runtime: add timeHistogram typeMichael Anthony Knyszek