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
Age
Commit message (
Expand
)
Author
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-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-26
runtime/pprof: ignore dummy huge page mapping in /proc/self/maps
Russ Cox
2017-04-26
runtime/pprof: add /proc/self/maps parsing test
Russ Cox
2017-04-20
runtime/pprof: don't accept "," in profile PCs
Austin Clements
2017-04-20
runtime/pprof: accept fewer PCs
Austin Clements
2017-04-20
runtime/pprof: fix period information
Austin Clements
2017-04-03
all: fix minor misspellings
Eric Lagergren
2017-03-27
runtime/pprof: fix proto tests on NetBSD
Elias Naur
2017-03-08
runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/maps
Russ Cox
2017-03-07
runtime/pprof: actually use tag parameter
Daniel MartÃ
2017-03-07
runtime/pprof: fix the protobuf tests on Android
Elias Naur
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/internal/profile: move internal/pprof/profile here
Russ Cox
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-20
runtime/pprof: mark TestMutexProfile as flaky for now
Brad Fitzpatrick
2017-02-15
runtime/pprof: print newly added fields of runtime.MemStats
Hana Kim
2017-02-14
runtime: remove stack barriers
Austin Clements
2017-02-14
all: use keyed composite literals
Josh Bleecher Snyder
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
2017-02-07
runtime/pprof: symbolize proto profiles
Michael Matloob
2017-02-06
runtime: add definitions for SetGoroutineLabels and Do
Michael Matloob
2017-02-06
runtime/pprof: add definitions of profile label types
Michael Matloob
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-12-09
runtime/pprof: track locations for goroutine profiles
Raul Silvera
2016-11-28
internal/pprof: don't discard allocations called by reflect.Call
Ian Lance Taylor
2016-11-22
runtime/pprof/internal/protopprof: fix test on s390x
Michael Munday
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-17
runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...
Vladimir Stefanovic
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
2016-11-11
runtime/pprof: delete new TestCPUProfileParse
Russ Cox
2016-11-11
runtime/pprof/internal: delete package gzip0
Michael Matloob
2016-11-10
runtime/pprof: output CPU profiles in pprof protobuf format
Michael Matloob
2016-11-09
runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...
Michael Munday
2016-11-08
runtime/pprof/internal: add package protopprof
Michael Matloob
2016-10-31
Revert "runtime/pprof: write profiles in protobuf format."
Michael Matloob
2016-10-29
runtime/pprof/internal/gzip0: new package for pprof
Russ Cox
2016-10-28
runtime/pprof/internal/profile: add copyright notice to profile_memmap.go
Michael Matloob
2016-10-28
runtime/pprof: write profiles in protobuf format.
Michael Matloob
[prev]
[next]