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.go
Age
Commit message (
Expand
)
Author
2017-11-03
runtime/pprof: use new profile format for block/mutex profiles
Hana (Hyang-Ah) Kim
2017-09-22
all: use sort.Slice in a few more places
Daniel MartÃ
2017-05-17
runtime/pprof: don't produce 0 location in count profiles
Austin Clements
2017-05-15
runtime/pprof: expand inlined frames in symbolized proto profiles
Austin Clements
2017-05-15
runtime/pprof: clean up call/return PCs in memory profiles
Austin Clements
2017-03-02
runtime/pprof: fix data race between Profile.Add and Profile.WriteTo
Josh Bleecher Snyder
2017-02-27
runtime/pprof: handle empty stack traces in Profile.Add
Josh Bleecher Snyder
2017-02-24
runtime/pprof: add streaming protobuf encoder
Russ Cox
2017-02-24
runtime/pprof: use more efficient hash table for staging profile
Russ Cox
2017-02-24
runtime/pprof: use new profile buffers for CPU profiling
Russ Cox
2017-02-15
runtime/pprof: print newly added fields of runtime.MemStats
Hana Kim
2017-02-10
runtime/pprof: merge internal/protopprof into pprof package
Russ Cox
2017-02-07
runtime/pprof: document that profile names should not contain spaces.
Sameer Ajmani
2017-02-07
runtime/pprof: clarify CPU profile's captured during the lifetime of the prog
Jaana Burcu Dogan
2016-12-09
runtime/pprof: track locations for goroutine profiles
Raul Silvera
2016-11-22
runtime/pprof: generate heap profiles in compressed proto format
Michael Matloob
2016-11-21
runtime/pprof: emit count profiles with debug=0 as proto profiles
Michael Matloob
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-10-12
runtime/pprof: preallocate slice in pprof.go
Gyu-Ho Lee
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-20
runtime: report GCSys and OtherSys in heap profile
Austin Clements
2016-07-26
runtime/pprof: document use of pprof package
Austin Clements
2016-07-13
runtime/pprof: don't print extraneous 0 after goexit
Ian Lance Taylor
2016-06-27
runtime/pprof: update comments to point to new pprof
Raul Silvera
2016-05-31
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-03-05
runtime: don't print EnableGC flag in WriteHeapProfile()
Hitoshi Mitake
2016-03-02
runtime/pprof: sort counted profiles by count
Russ Cox
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-25
runtime, runtime/pprof: add Frames to get file/line for Callers
Ian Lance Taylor
2016-02-16
runtime: show panics in traceback
Austin Clements
2016-01-25
runtime/pprof: document SetCPUProfile with c-archive/c-shared
Ian Lance Taylor
2016-01-06
runtime/pprof: point to new docs about kernel bugs
Russ Cox
2015-07-27
runtime/pprof: document content of heap profile
Russ Cox
2015-07-22
runtime/trace: add new package
Dmitry Vyukov
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-05-18
runtime/pprof: write heap statistics to heap profile always
Josh Bleecher Snyder
2015-05-01
Revert "runtime/pprof: write heap statistics to heap profile always"
Josh Bleecher Snyder
2015-04-29
runtime/pprof: write heap statistics to heap profile always
Russ Cox
2015-01-28
runtime/pprof: add tracing support
Dmitry Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]