index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mstats.go
Age
Commit message (
Expand
)
Author
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-06-04
runtime: reduce per-P memory footprint when greenteagc is disabled
Michael Anthony Knyszek
2025-05-08
runtime: remove ptr/scalar bitmap metric
khr@golang.org
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-04-18
internal,runtime: use the builtin clear
apocelipes
2024-04-08
runtime: move GC pause time CPU metrics update into the STW
Michael Anthony Knyszek
2024-04-08
runtime: use maxprocs instead of stwprocs for GC CPU pause time metrics
Michael Anthony Knyszek
2024-04-08
runtime: factor out GC pause time CPU stats update
Michael Anthony Knyszek
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-11-28
runtime: put ReadMemStats debug assertions behind a double-check mode
Michael Anthony Knyszek
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-07-05
runtime,runtime/metrics: clarify OS stack metrics
Michael Anthony Knyszek
2023-07-04
runtime: have ReadMemStats do a nil check before switching stacks
Keith Randall
2023-05-23
runtime/metrics: refactor CPU stats accumulation
Michael Anthony Knyszek
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add CPU stats
Michael Anthony Knyszek
2022-08-31
runtime: convert consistentHeapStats.gen to atomic type
cuiweixie
2022-08-26
runtime: drop padding alignment field for timeHistogram
Cuong Manh Le
2022-08-26
runtime: convert p.statsSeq to internal atomic type
hopehook
2022-08-12
runtime: convert timeHistogram to atomic types
Michael Pratt
2022-05-03
runtime: store consistent total allocation stats as uint64
Michael Anthony Knyszek
2022-05-03
runtime: check the heap goal and trigger dynamically
Michael Anthony Knyszek
2022-05-03
runtime: move inconsistent memstats into gcController
Michael Anthony Knyszek
2022-05-03
runtime: clean up inconsistent heap stats
Michael Anthony Knyszek
2022-05-03
runtime: track how much memory is mapped in the Ready state
Michael Anthony Knyszek
2022-05-03
runtime: maintain a direct count of total allocs and frees
Michael Anthony Knyszek
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime: remove intermediate fields in memstats for ReadMemStats
Michael Anthony Knyszek
2021-11-05
runtime: make consistentHeapStats acquire/release nosplit
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-04-27
runtime/metrics: add tiny allocs metric
Michael Anthony Knyszek
2021-04-14
runtime: move next_gc and last_next_gc into gcControllerState
Michael Anthony Knyszek
2021-04-13
runtime: move internal GC statistics from memstats to gcController
Michael Anthony Knyszek
2020-11-02
runtime: decouple consistent stats from mcache and allow P-less update
Michael Anthony Knyszek
2020-10-30
runtime: add world-stopped assertions
Michael Pratt
2020-10-26
runtime,runtime/metrics: add metric for distribution of GC pauses
Michael Anthony Knyszek
2020-10-26
runtime: make sysMemStats' methods nosplit
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add memory metrics
Michael Anthony Knyszek
2020-10-26
runtime: move malloc stats into consistentHeapStats
Michael Anthony Knyszek
2020-10-26
runtime: replace some memstats with consistent stats
Michael Anthony Knyszek
2020-10-26
runtime: add consistent heap statistics
Michael Anthony Knyszek
2020-10-26
runtime: remove memstats.heap_alloc
Michael Anthony Knyszek
2020-10-26
runtime: remove memstats.heap_idle
Michael Anthony Knyszek
2020-10-26
runtime: break down memstats.gc_sys
Michael Anthony Knyszek
2020-10-26
runtime: copy in MemStats fields explicitly
Michael Anthony Knyszek
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2020-10-26
runtime: rename mcache fields to match Go style
Michael Anthony Knyszek
2020-10-26
runtime: flush local_scan directly and more often
Michael Anthony Knyszek
[next]