index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
pprof
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal/pprof: don't discard allocations called by reflect.Call
Ian Lance Taylor
2016-11-28
1
-6
/
+23
*
runtime/pprof/internal/protopprof: fix test on s390x
Michael Munday
2016-11-22
1
-1
/
+3
*
runtime/pprof: generate heap profiles in compressed proto format
Michael Matloob
2016-11-22
3
-12
/
+194
*
runtime/pprof: emit count profiles with debug=0 as proto profiles
Michael Matloob
2016-11-21
2
-18
/
+68
*
runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...
Vladimir Stefanovic
2016-11-17
1
-4
/
+4
*
runtime/pprof: fix typo in test
Brad Fitzpatrick
2016-11-17
1
-2
/
+2
*
runtime/pprof: skip profiling tests on mips if highres timers not available
Brad Fitzpatrick
2016-11-16
1
-1
/
+51
*
runtime/pprof: delete new TestCPUProfileParse
Russ Cox
2016-11-11
1
-20
/
+0
*
runtime/pprof/internal: delete package gzip0
Michael Matloob
2016-11-11
2
-199
/
+0
*
runtime/pprof: output CPU profiles in pprof protobuf format
Michael Matloob
2016-11-10
4
-109
/
+48
*
runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...
Michael Munday
2016-11-09
1
-1
/
+3
*
runtime/pprof/internal: add package protopprof
Michael Matloob
2016-11-08
2
-0
/
+313
*
Revert "runtime/pprof: write profiles in protobuf format."
Michael Matloob
2016-10-31
9
-2164
/
+399
*
runtime/pprof/internal/gzip0: new package for pprof
Russ Cox
2016-10-29
2
-0
/
+199
*
runtime/pprof/internal/profile: add copyright notice to profile_memmap.go
Michael Matloob
2016-10-28
1
-0
/
+4
*
runtime/pprof: write profiles in protobuf format.
Michael Matloob
2016-10-28
9
-399
/
+2160
*
Revert "runtime/pprof: write profiles in protobuf format."
Austin Clements
2016-10-28
9
-2130
/
+402
*
runtime/pprof: write profiles in protobuf format.
unknown
2016-10-28
9
-402
/
+2130
*
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-28
2
-0
/
+95
*
runtime/pprof: preallocate slice in pprof.go
Gyu-Ho Lee
2016-10-12
1
-2
/
+2
*
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-10-04
1
-21
/
+3
*
runtime: report GCSys and OtherSys in heap profile
Austin Clements
2016-09-20
1
-0
/
+2
*
runtime/pprof: document use of pprof package
Austin Clements
2016-07-26
1
-1
/
+62
*
runtime/pprof: don't print extraneous 0 after goexit
Ian Lance Taylor
2016-07-13
2
-4
/
+5
*
runtime/pprof: update comments to point to new pprof
Raul Silvera
2016-06-27
1
-1
/
+1
*
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-05-31
2
-3
/
+44
*
runtime: use GOTRACEBACK=system for TestStackBarrierProfiling
Austin Clements
2016-05-16
1
-1
/
+1
*
runtime: call mallocgc directly from makeslice and growslice
Josh Bleecher Snyder
2016-04-20
1
-1
/
+1
*
runtime/pprof: make TestBlockProfile less timing dependent
Richard Miller
2016-04-07
1
-5
/
+10
*
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-04-06
1
-0
/
+3
*
runtime: don't print EnableGC flag in WriteHeapProfile()
Hitoshi Mitake
2016-03-05
1
-1
/
+0
*
runtime/pprof: sort counted profiles by count
Russ Cox
2016-03-02
2
-12
/
+76
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-9
/
+9
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
3
-3
/
+3
*
runtime, runtime/pprof: add Frames to get file/line for Callers
Ian Lance Taylor
2016-02-25
1
-19
/
+10
*
runtime: show panics in traceback
Austin Clements
2016-02-16
1
-1
/
+1
*
runtime/pprof: mark dragonfly and solaris as bad at pprof
Brad Fitzpatrick
2016-02-02
1
-6
/
+8
*
runtime/pprof: retry failed tests with longer duration
Austin Clements
2016-01-26
1
-49
/
+75
*
runtime/pprof: document SetCPUProfile with c-archive/c-shared
Ian Lance Taylor
2016-01-25
1
-0
/
+8
*
runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, too
Austin Clements
2016-01-08
1
-2
/
+2
*
runtime/pprof: skip TestStackBarrierProfiling on dragonfly too
Brad Fitzpatrick
2016-01-06
1
-1
/
+1
*
runtime/pprof: point to new docs about kernel bugs
Russ Cox
2016-01-06
1
-2
/
+2
*
runtime/pprof: skip TestStackBarrierProfiling
Austin Clements
2016-01-05
1
-0
/
+13
*
runtime/pprof: shorten a few tests
Russ Cox
2016-01-04
1
-3
/
+11
*
runtime/pprof: disable TestStackBarrierProfiling on ppc64
Austin Clements
2015-11-20
1
-0
/
+3
*
runtime/pprof: check if test can fork
David Crawshaw
2015-11-20
1
-0
/
+1
*
runtime/pprof: test that stack barriers never appear in profile
Austin Clements
2015-11-19
1
-0
/
+45
*
test: use go:noinline consistently
Todd Neal
2015-11-03
1
-9
/
+6
*
runtime/pprof: document content of heap profile
Russ Cox
2015-07-27
1
-0
/
+7
*
runtime/pprof: ignore too few samples on Windows test
Russ Cox
2015-07-22
1
-0
/
+7
[next]