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
2016-11-11
runtime/pprof: delete new TestCPUProfileParse
Russ Cox
2016-11-10
runtime/pprof: output CPU profiles in pprof protobuf format
Michael Matloob
2016-10-31
Revert "runtime/pprof: write profiles in protobuf format."
Michael Matloob
2016-10-28
runtime/pprof: write profiles in protobuf format.
Michael Matloob
2016-10-28
Revert "runtime/pprof: write profiles in protobuf format."
Austin Clements
2016-10-28
runtime/pprof: write profiles in protobuf format.
unknown
2016-10-28
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-07-13
runtime/pprof: don't print extraneous 0 after goexit
Ian Lance Taylor
2016-05-31
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-05-16
runtime: use GOTRACEBACK=system for TestStackBarrierProfiling
Austin Clements
2016-04-07
runtime/pprof: make TestBlockProfile less timing dependent
Richard Miller
2016-04-06
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-03-02
runtime/pprof: sort counted profiles by count
Russ Cox
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-02
runtime/pprof: mark dragonfly and solaris as bad at pprof
Brad Fitzpatrick
2016-01-26
runtime/pprof: retry failed tests with longer duration
Austin Clements
2016-01-08
runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, too
Austin Clements
2016-01-06
runtime/pprof: skip TestStackBarrierProfiling on dragonfly too
Brad Fitzpatrick
2016-01-05
runtime/pprof: skip TestStackBarrierProfiling
Austin Clements
2016-01-04
runtime/pprof: shorten a few tests
Russ Cox
2015-11-20
runtime/pprof: disable TestStackBarrierProfiling on ppc64
Austin Clements
2015-11-20
runtime/pprof: check if test can fork
David Crawshaw
2015-11-19
runtime/pprof: test that stack barriers never appear in profile
Austin Clements
2015-07-22
runtime/pprof: ignore too few samples on Windows test
Russ Cox
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-04-13
runtime/pprof: skip fork test on darwin/arm64
David Crawshaw
2015-03-27
runtime/pprof: fix TestCPUProfileWithFork for GOOS=android.
Hyang-Ah Hana Kim
2015-02-27
runtime/pprof: skip tests that fork on darwin/arm
David Crawshaw
2015-02-23
runtime/pprof: make TestBlockProfile more robust
Shenghou Ma
2015-01-20
runtime/pprof: ignore CPU profile test failures in QEMU
Burcu Dogan
2014-11-11
[dev.cc] runtime: convert scheduler from C to Go
Russ Cox
2014-10-17
runtime/pprof: fix test
Russ Cox
2014-09-09
undo CL 140110043 / 17b5fc2aa130
Alex Brainman
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]