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
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2020-04-08
Revert "runtime/pprof: try to use real stack in TestTryAdd"
Bryan C. Mills
2020-04-08
runtime/pprof: try to use real stack in TestTryAdd
Michael Pratt
2020-03-27
runtime/pprof: increment fake overflow record PC
Michael Pratt
2020-03-05
runtime/pprof: expand final stack frame to avoid truncation
Michael Pratt
2019-11-22
runtime/pprof: avoid crash due to truncated stack traces
Hana Kim
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-14
runtime/pprof: fix the inlined frame merge logic
Hana Kim
2019-11-11
runtime/pprof: skip checks for inlined functions when inlining is disabled
Bryan C. Mills
2019-11-08
runtime/pprof: correctly encode inlined functions in CPU profile
Hana (Hyang-Ah) Kim
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-05-22
all: shorten some tests
Russ Cox
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-26
runtime: add support for openbsd/arm64
Joel Sing
2019-03-26
runtime: improve sigtramp on aix/ppc64 to handle SIGPROF
Clément Chigot
2019-01-07
runtime/pprof: add a test for gccgo bug #29448
Cherry Zhang
2018-12-12
runtime/pprof: ignore cpu profile test failures on openbsd/arm
Joel Sing
2018-12-12
runtime/pprof: fix TestCPUProfileWithFork on Windows/ARM
Jordan Rhee
2018-11-02
all: skip unsupported tests on AIX
Clément Chigot
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-08-31
test: improve runtime/pprof tests for gccgo
Than McIntosh
2018-08-23
runtime: handle morestack system stack transition in gentraceback
Heschi Kreinick
2018-05-24
runtime/pprof: allow tests to run multiple times
Hana Kim
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2017-11-07
runtime/pprof: harden CPU profile test against smart backend
Than McIntosh
2017-11-03
runtime/pprof: use new profile format for block/mutex profiles
Hana (Hyang-Ah) Kim
2017-11-02
runtime/pprof: use switch for GOOS check in testCPUProfile
Tobias Klauser
2017-11-01
all: remove unnecessary return after skipping test
Tobias Klauser
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-08-18
runtime: fix false positive race in profile label reading
Austin Clements
2017-07-26
runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}
Vladimir Stefanovic
2017-06-14
runtime: record mutex event before readying
Austin Clements
2017-05-17
runtime/pprof: deflake TestGoroutineCounts
Carl Henrik Lunde
2017-05-15
runtime/pprof: expand inlined frames in symbolized proto profiles
Austin Clements
2017-05-09
runtime/pprof: deflake TestGoroutineCounts
Austin Clements
2017-04-28
runtime/pprof: use symbol information already in profile in tests
Austin Clements
2017-04-28
runtime/pprof: propagate profile labels into profile proto
Michael Matloob
2017-04-20
runtime/pprof: don't accept "," in profile PCs
Austin Clements
2017-04-20
runtime/pprof: accept fewer PCs
Austin Clements
2017-02-27
runtime/pprof: handle empty stack traces in Profile.Add
Josh Bleecher Snyder
2017-02-24
runtime/pprof/internal/profile: move internal/pprof/profile here
Russ Cox
2017-02-24
runtime/pprof: add streaming protobuf encoder
Russ Cox
2017-02-20
runtime/pprof: mark TestMutexProfile as flaky for now
Brad Fitzpatrick
2017-02-14
runtime: remove stack barriers
Austin Clements
2016-12-16
runtime/pprof: fix spelling in test
Kevin Burke
2016-12-16
runtime/pprof: deflake tests for heavily loaded systems
Ian Lance Taylor
2016-11-21
runtime/pprof: emit count profiles with debug=0 as proto profiles
Michael Matloob
2016-11-17
runtime/pprof: fix typo in test
Brad Fitzpatrick
2016-11-16
runtime/pprof: skip profiling tests on mips if highres timers not available
Brad Fitzpatrick
[prev]
[next]