]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/pprof
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / pprof /
2023-11-08 cui fliterruntime: add available godoc link
2023-10-26 Daniel Martíinternal/profile: actually return errors in postDecode
2023-10-25 Rhys Hiltnerruntime/pprof: include labels for caller of goroutine...
2023-09-14 Cosmos Nicolaouruntime/pprof: TestVMInfo reworked to avoid test flakiness.
2023-09-01 Cosmos Nicolaouruntime/pprof: print stderr on test failure
2023-08-18 Michael Anthony... runtime/pprof: increase contention upper bound in TestM...
2023-08-17 Russ Coxruntime: change mutex profile to count every blocked...
2023-08-10 Cosmos Nicolaouruntime/pprof: fix build breakage on ios
2023-08-04 Cherry Muiruntime/pprof: correct field alignment in machVMRegionB...
2023-08-03 Cosmos Nicolaouruntime,runtime/pprof: get memory mappings on darwin.
2023-07-20 Bryan C. Millsruntime/pprof: use testenv.Command in tests instead...
2023-05-05 Cherry Muiruntime, runtime/pprof: record instantiated symbol...
2023-04-06 Johan Brandhorst... runtime: add remaining wasip1 files
2023-02-09 Tolyan Korniltsevruntime: skip trailing wrappers in runtime_expandFinalI...
2023-02-08 Oleksandr Redkoruntime: correct typos
2023-01-09 Austin Clementsruntime/pprof: document possibility of empty stacks
2023-01-09 Austin Clementsruntime/pprof: improve output of TestLabelSystemstack
2022-12-06 Cherry MuiRevert "runtime/pprof: unskip TestTimeVDSO on Android"
2022-12-06 Cherry Muiruntime/pprof: unskip TestTimeVDSO on Android
2022-11-18 cui fliterall: add missing periods in comments
2022-11-15 Nick Ripleyruntime/pprof: scale mutex profile samples when they...
2022-10-14 Michael Prattruntime/pprof: set Function.start_line field
2022-09-30 Tobias Klauserall: use "unix" build tag where appropriate
2022-09-30 cui fliterall: omit comparison bool constant to simplify code
2022-09-23 Russ Coxruntime/pprof: force use of 4-column profiles in pprof...
2022-09-19 Sasha Melentyevruntime/pprof: set labelMap length
2022-09-16 Michael Anthony... runtime: make the wait reason for a g blocked on a...
2022-09-08 cuiweixieruntime/pprof: use strings.Builder
2022-09-03 Kir Kolyshkininternal/syscall/unix: consolidate kernelVersion implem...
2022-08-23 Keith Randallruntime/pprof: remove round-to-file-start adjustment
2022-08-20 Egon Elbreruntime/pprof: add memory mapping info for Windows
2022-08-19 Tobias Klauserruntime/pprof: check Getrusage return value in addMaxRSS
2022-08-19 Tobias Klauserruntime/pprof: report MaxRSS on windows
2022-08-12 Cuong Manh Leruntime: run "gofmt -s -w"
2022-05-17 John Bamptonall: fix spelling
2022-05-16 Rhys Hiltnerruntime/pprof: slow new goroutine launches in test
2022-05-16 Bryan C. Millsruntime/pprof: eliminate arbitrary deadline in testCPUP...
2022-05-13 Rhys Hiltnerruntime/pprof: fix allFrames cache
2022-05-03 Rhys Hiltnerruntime/pprof: stress test goroutine profiler
2022-05-03 Rhys Hiltnerruntime/pprof: add race annotations for goroutine profiles
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-22 Rhys Hiltnerruntime/pprof: rerun magnitude test on failure
2022-03-16 Bryan C. Millsruntime/pprof: do not require a GOROOT/src prefix in...
2022-03-13 Tobias Klauserruntime/pprof: use syscall.RUSAGE_SELF
2022-03-11 Tobias Klauserruntime/pprof, syscall: report MaxRSS on all unix platforms
2022-03-09 Rhys Hiltnerruntime/pprof: fix pcDeck's frame indexing
2022-03-08 Rhys Hiltnerruntime/pprof: check if PC is reused for inlining
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-10 Bryan C. Millsruntime/pprof: remove arbitrary sleeps in TestBlockProfile
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-21 Michael Prattruntime/pprof: TestLabelSystemstack parallelLabelHog...
2022-01-20 Michael Prattruntime/pprof: allow labels on racecall in TestLabelSys...
2022-01-19 Michael Prattruntime/pprof: compare all samples vs rusage in TestCPU...
2022-01-19 Michael Prattruntime/pprof: assert that labels never appear on unexp...
2022-01-10 Michael Prattruntime/pprof: run TestCPUProfileMultithreadMagnitude...
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-12-08 Michael Prattruntime/pprof: increase systemstack calls in TestLabelS...
2021-12-07 Michael Prattruntime/pprof: assert that labelHog samples are always...
2021-12-07 Michael Prattruntime/pprof: consume tag for first CPU record
2021-12-03 Felix Geisendörferruntime: fix missing pprof labels
2021-11-12 Michael Prattruntime/pprof: mark TestCPUProfileMultithreadMagnitude...
2021-11-09 Michael Prattruntime/pprof: include labels in profile dump
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-03 Rhys Hiltnerruntime/pprof: disable GC during calibration test
2021-11-02 Bryan C. MillsRevert "runtime: fix missing pprof labels"
2021-11-02 Felix Geisendörferruntime: fix missing pprof labels
2021-10-29 Michael Anthony... runtime: fix sweep termination condition
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-09-27 Cherry Muiruntime/pprof: skip TestTimeVDSO on Android
2021-09-27 Rhys Hiltnerruntime: profile with per-thread timers on Linux
2021-09-24 Cherry Muiruntime: set vdsoSP to caller's SP consistently
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-09 Michael Anthony... runtime/pprof: call runtime.GC twice in memory profile...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-21 Cherry Muiruntime/pprof: deflake TestMorestack more
2021-06-17 Michael Prattcmd/pprof,runtime/pprof: disable test on more broken...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
next