aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgclimit.go
AgeCommit message (Expand)Author
2024-04-22runtime: reduced struct sizes found via paholeSabyrzhan Tasbolatov
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-05-19runtime: flush idle time to sched.idleTime on limiter event consumptionMichael Anthony Knyszek
2023-03-01runtime: fix function name in commentscui fliter
2022-09-16runtime/metrics: add CPU statsMichael Anthony Knyszek
2022-08-26runtime: remove gcCPULimiterState padding for atomic fields alignmentCuong Manh Le
2022-08-16all: fix some typoscui fliter
2022-06-03runtime: track total idle time for GC CPU limiterMichael Anthony Knyszek
2022-06-03runtime: only use CPU time from the current window in the GC CPU limiterMichael Anthony Knyszek
2022-05-17all: fix spellingJohn Bampton
2022-05-13runtime: account for idle mark time in the GC CPU limiterMichael Anthony Knyszek
2022-05-13runtime/metrics: add the last GC cycle that had the limiter enabledMichael Anthony Knyszek
2022-05-13runtime: make CPU limiter assist time much less error-proneMichael Anthony Knyszek
2022-05-03runtime: add GC CPU utilization limiterMichael Knyszek