summaryrefslogtreecommitdiff
path: root/src/runtime/pprof
Commit message (Expand)AuthorAgeFilesLines
* internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor2016-11-281-6/+23
* runtime/pprof/internal/protopprof: fix test on s390xMichael Munday2016-11-221-1/+3
* runtime/pprof: generate heap profiles in compressed proto formatMichael Matloob2016-11-223-12/+194
* runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob2016-11-212-18/+68
* runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...Vladimir Stefanovic2016-11-171-4/+4
* runtime/pprof: fix typo in testBrad Fitzpatrick2016-11-171-2/+2
* runtime/pprof: skip profiling tests on mips if highres timers not availableBrad Fitzpatrick2016-11-161-1/+51
* runtime/pprof: delete new TestCPUProfileParseRuss Cox2016-11-111-20/+0
* runtime/pprof/internal: delete package gzip0Michael Matloob2016-11-112-199/+0
* runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob2016-11-104-109/+48
* runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...Michael Munday2016-11-091-1/+3
* runtime/pprof/internal: add package protopprofMichael Matloob2016-11-082-0/+313
* Revert "runtime/pprof: write profiles in protobuf format."Michael Matloob2016-10-319-2164/+399
* runtime/pprof/internal/gzip0: new package for pprofRuss Cox2016-10-292-0/+199
* runtime/pprof/internal/profile: add copyright notice to profile_memmap.goMichael Matloob2016-10-281-0/+4
* runtime/pprof: write profiles in protobuf format.Michael Matloob2016-10-289-399/+2160
* Revert "runtime/pprof: write profiles in protobuf format."Austin Clements2016-10-289-2130/+402
* runtime/pprof: write profiles in protobuf format.unknown2016-10-289-402/+2130
* runtime: Profile goroutines holding contended mutexes.Peter Weinberger2016-10-282-0/+95
* runtime/pprof: preallocate slice in pprof.goGyu-Ho Lee2016-10-121-2/+2
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-21/+3
* runtime: report GCSys and OtherSys in heap profileAustin Clements2016-09-201-0/+2
* runtime/pprof: document use of pprof packageAustin Clements2016-07-261-1/+62
* runtime/pprof: don't print extraneous 0 after goexitIan Lance Taylor2016-07-132-4/+5
* runtime/pprof: update comments to point to new pprofRaul Silvera2016-06-271-1/+1
* runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor2016-05-312-3/+44
* runtime: use GOTRACEBACK=system for TestStackBarrierProfilingAustin Clements2016-05-161-1/+1
* runtime: call mallocgc directly from makeslice and growsliceJosh Bleecher Snyder2016-04-201-1/+1
* runtime/pprof: make TestBlockProfile less timing dependentRichard Miller2016-04-071-5/+10
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+3
* runtime: don't print EnableGC flag in WriteHeapProfile()Hitoshi Mitake2016-03-051-1/+0
* runtime/pprof: sort counted profiles by countRuss Cox2016-03-022-12/+76
* all: single space after period.Brad Fitzpatrick2016-03-021-9/+9
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor2016-02-251-19/+10
* runtime: show panics in tracebackAustin Clements2016-02-161-1/+1
* runtime/pprof: mark dragonfly and solaris as bad at pprofBrad Fitzpatrick2016-02-021-6/+8
* runtime/pprof: retry failed tests with longer durationAustin Clements2016-01-261-49/+75
* runtime/pprof: document SetCPUProfile with c-archive/c-sharedIan Lance Taylor2016-01-251-0/+8
* runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, tooAustin Clements2016-01-081-2/+2
* runtime/pprof: skip TestStackBarrierProfiling on dragonfly tooBrad Fitzpatrick2016-01-061-1/+1
* runtime/pprof: point to new docs about kernel bugsRuss Cox2016-01-061-2/+2
* runtime/pprof: skip TestStackBarrierProfilingAustin Clements2016-01-051-0/+13
* runtime/pprof: shorten a few testsRuss Cox2016-01-041-3/+11
* runtime/pprof: disable TestStackBarrierProfiling on ppc64Austin Clements2015-11-201-0/+3
* runtime/pprof: check if test can forkDavid Crawshaw2015-11-201-0/+1
* runtime/pprof: test that stack barriers never appear in profileAustin Clements2015-11-191-0/+45
* test: use go:noinline consistentlyTodd Neal2015-11-031-9/+6
* runtime/pprof: document content of heap profileRuss Cox2015-07-271-0/+7
* runtime/pprof: ignore too few samples on Windows testRuss Cox2015-07-221-0/+7