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
/
mprof.go
Age
Commit message (
Expand
)
Author
2023-12-06
runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacks
Michael Pratt
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-09
runtime: improve tickspersecond
Michael Anthony Knyszek
2023-11-08
runtime: add available godoc link
cui fliter
2023-10-25
runtime/pprof: include labels for caller of goroutine profile
Rhys Hiltner
2023-08-21
runtime: document maxStack and m.createstack in more details
Andy Pan
2023-08-17
runtime: change mutex profile to count every blocked goroutine
Russ Cox
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-05-11
runtime: redefine _type to abi.Type; add rtype for methods.
David Chase
2023-03-10
runtime: new API for filling PC traceback buffers
Austin Clements
2023-01-28
runtime: remove go119ConcurrentGoroutineProfile flag
Keith Randall
2022-11-15
runtime/pprof: scale mutex profile samples when they are recorded
Nick Ripley
2022-10-05
runtime: avoid initializing MemProfileRate in init function
Wang Deyu
2022-09-05
runtime: refactor finalizer goroutine status
Leonard Wang
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-07-18
runtime: fix typos
Jun10ng
2022-05-17
all: fix spelling
John Bampton
2022-05-10
runtime: profile finalizer G more carefully in goroutine profile
Michael Anthony Knyszek
2022-05-03
runtime: split mprof locks
Rhys Hiltner
2022-05-03
runtime: decrease STW pause for goroutine profile
Rhys Hiltner
2022-05-03
runtime/pprof: add race annotations for goroutine profiles
Rhys Hiltner
2021-11-11
runtime: bypass scheduler when doing traceback for goroutine profile
Cherry Mui
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-08-22
runtime: fix buckHashSize duplication
Dmitry Vyukov
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-04-27
runtime/pprof: fix block profile bias
Felix Geisendörfer
2021-03-09
runtime, cmd/link/internal/ld: disable memory profiling when data unreachable
Brad Fitzpatrick
2021-03-05
runtime: encapsulate access to allgs
Michael Pratt
2020-04-22
runtime/pprof: plumb labels for goroutine profiles
David Finkel
2018-10-02
runtime: add a more stable isSystemGoroutine mode
Austin Clements
2018-04-26
runtime: remove the dummy arg of getcallersp
Cherry Zhang
2018-04-19
runtime: specify behavior of SetMutexProfileFraction for negative values
Aditya Mukerjee
2017-09-22
runtime: remove getcallerpc argument
Austin Clements
2017-03-31
runtime: make runtime.GC() trigger a concurrent GC
Austin Clements
2017-03-31
runtime: snapshot heap profile during mark termination
Austin Clements
2017-03-31
runtime: pull heap profile cycle into a type
Austin Clements
2017-03-31
runtime: diagram flow of stats through heap profile
Austin Clements
2017-03-10
runtime: remove unused ratep parameter
Daniel MartÃ
2016-10-28
runtime: ensure elapsed cycles are not negative
Peter Weinberger
2016-10-28
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-15
runtime: mark several types go:notinheap
Austin Clements
2016-09-22
cmd/compile: don't instrument copy and append in runtime
Ian Lance Taylor
2016-08-30
runtime: rename fastrand1 to fastrand
Josh Bleecher Snyder
2016-04-22
cmd/compile, etc: use nameOff for rtype string
David Crawshaw
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
[prev]
[next]