]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/metrics.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / metrics.go
2023-11-03 Michael Anthony... runtime: eliminate possible stack movements in ReadMetr...
2023-09-18 Jes Cokall: clean unnecessary casts
2023-09-06 Nayef Ghattasruntime/metrics: fix /gc/scan/* metrics
2023-07-12 Dan Kortschakall: fix typos and remove repeated words
2023-06-13 cui fliterall: fix mismatched symbols
2023-05-24 Michael Anthony... runtime: ensure consistency of /gc/scan/*
2023-05-23 Michael Anthony... runtime/metrics: refactor CPU stats accumulation
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/total:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/heap:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/globals:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/stack:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/gogc:percent
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/gomemlimit:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/heap/live:bytes
2023-04-18 Russ Coxcmd/go: add check for unknown godebug setting
2023-04-04 Roland Shoemakerhtml/template: disallow actions in JS template literals
2023-04-04 Damien Neilmime/multipart: limit parsed mime message sizes
2023-01-20 Marcel Meyerall: fix typos in go file comments
2023-01-19 Russ Coxinternal/godebug: export non-default-behavior counters...
2022-11-11 cui fliterall: fix problematic comments
2022-09-16 Michael Anthony... runtime/metrics: add /sync/mutex/wait/total:seconds...
2022-09-16 Michael Anthony... runtime: make the wait reason for a g blocked on a...
2022-09-16 Michael Anthony... runtime/metrics: add CPU stats
2022-09-16 Michael Anthony... runtime: shrink time histogram buckets
2022-08-12 Michael Prattruntime: convert timeHistogram to atomic types
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-29 Michael Prattruntime: add race annotations to metricsSema
2022-05-13 Michael Anthony... runtime/metrics: add the last GC cycle that had the...
2022-05-13 Michael Anthony... runtime/metrics: add the number of Go-to-C calls
2022-05-13 Michael Anthony... runtime/metrics: add gomaxprocs metric
2022-05-12 Keith Randallruntime: measure stack usage; start stacks larger if...
2022-05-03 Michael Anthony... runtime: store consistent total allocation stats as...
2022-05-03 Michael Anthony... runtime: check the heap goal and trigger dynamically
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-29 Michael Anthony... runtime/metrics: add additional allocation metrics
2021-04-27 Michael Anthony... runtime/metrics: add tiny allocs metric
2021-04-23 Michael Prattruntime,runtime/metrics: add metric to track scheduling...
2021-04-14 Michael Anthony... runtime: move next_gc and last_next_gc into gcControlle...
2021-02-24 John Bamptondocs: fix spelling
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-08 Michael Anthony... runtime/metrics: change unit on *-by-size metrics to...
2021-01-08 Michael Anthony... runtime,runtime/metrics: use explicit histogram boundaries
2020-12-28 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (07569da) into...
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-23 Michael Anthony... runtime: shift timeHistogram buckets and allow negative...
2020-12-23 Michael Anthony... runtime: fix allocs-by-size and frees-by-size buckets
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-26 Michael Anthony... runtime,runtime/metrics: export goroutine count as...
2020-10-26 Michael Anthony... runtime,runtime/metrics: add metric for distribution...
2020-10-26 Michael Anthony... runtime: add timeHistogram type
2020-10-26 Michael Anthony... runtime,runtime/metrics: add object size distribution...
2020-10-26 Michael Anthony... runtime,runtime/metrics: add heap goal and GC cycle...
2020-10-26 Michael Anthony... runtime,runtime/metrics: add heap object count metric
2020-10-26 Michael Anthony... runtime,runtime/metrics: add memory metrics