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
/
pprof
/
pprof_test.go
Age
Commit message (
Expand
)
Author
2025-12-12
runtime/pprof: deflake TestGoroutineLeakProfileConcurrency
Michael Anthony Knyszek
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-13
runtime/pprof: fix goroutine leak profile tests for noopt
Michael Anthony Knyszek
2025-11-12
runtime,runtime/pprof: clean up goroutine leak profile writing
Vlad Saioc
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-15
runtime/pprof: fix errors in pprof_test
matloob
2025-10-15
runtime/pprof: skip flaky test TestProfilerStackDepth/heap for now
matloob
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-09-15
internal/syscall/unix: add KernelVersionGE
Kir Kolyshkin
2025-08-06
all: remove support for windows/arm
qiulaidongfeng
2025-06-10
runtime: handle system goroutines later in goroutine profiling
Michael Anthony Knyszek
2025-05-19
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
2025-05-15
runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregation
Nick Ripley
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-04-06
all: use slices.Equal to simplify code
cuishuang
2025-03-24
runtime: rename runfinq to runFinalizersAndCleanups
Michael Pratt
2025-03-17
runtime: skip TestCgoCallbackPprof on platforms with broken profiling
Michael Pratt
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-16
runtime/pprof: reduce label overhead
Felix Geisendörfer
2024-11-04
runtime/pprof: relax TestProfilerStackDepth
Nick Ripley
2024-10-24
runtime: uphold goroutine profile invariants in coroswitch
Michael Anthony Knyszek
2024-10-03
Revert "runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter"
Nick Ripley
2024-10-02
runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter
Nick Ripley
2024-09-25
runtime: fix GoroutineProfile stacks not getting null terminated
Felix Geisendörfer
2024-09-25
runtime: fix MutexProfile missing root frames
Felix Geisendörfer
2024-09-12
runtime/pprof: use slices.Contains
Tobias Klauser
2024-08-19
runtime: store zero-delay mutex contention events
Rhys Hiltner
2024-07-17
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-15
Revert "runtime: avoid multiple records with identical stacks from MutexProfile"
Cherry Mui
2024-07-09
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-22
runtime/pprof: ignore runtime-internal samples in test
Rhys Hiltner
2024-05-21
runtime: increase profiling stack depth to 128
Felix Geisendörfer
2024-05-21
runtime: fix profile stack trace depth regression
Felix Geisendörfer
2024-02-28
runtime,runtime/pprof: avoid tiny allocations in finalizer-related tests
Nick Ripley
2023-10-25
runtime/pprof: include labels for caller of goroutine profile
Rhys Hiltner
2023-08-18
runtime/pprof: increase contention upper bound in TestMutexProfile
Michael Anthony Knyszek
2023-08-17
runtime: change mutex profile to count every blocked goroutine
Russ Cox
2023-07-20
runtime/pprof: use testenv.Command in tests instead of exec.Command
Bryan C. Mills
2023-04-06
runtime: add remaining wasip1 files
Johan Brandhorst-Satzkorn
2023-02-09
runtime: skip trailing wrappers in runtime_expandFinalInlineFrame
Tolyan Korniltsev
2023-01-09
runtime/pprof: improve output of TestLabelSystemstack
Austin Clements
2022-12-06
Revert "runtime/pprof: unskip TestTimeVDSO on Android"
Cherry Mui
2022-12-06
runtime/pprof: unskip TestTimeVDSO on Android
Cherry Mui
2022-11-15
runtime/pprof: scale mutex profile samples when they are recorded
Nick Ripley
2022-09-16
runtime: make the wait reason for a g blocked on a mutex more specific
Michael Anthony Knyszek
2022-09-08
runtime/pprof: use strings.Builder
cuiweixie
2022-09-03
internal/syscall/unix: consolidate kernelVersion implementations
Kir Kolyshkin
2022-08-12
runtime: run "gofmt -s -w"
Cuong Manh Le
[next]