summaryrefslogtreecommitdiff
path: root/src/runtime/pprof
Commit message (Expand)AuthorAgeFilesLines
...
* runtime/trace: add new packageDmitry Vyukov2015-07-223-773/+0
* all: link to https instead of httpBrad Fitzpatrick2015-07-112-3/+3
* runtime: fix tracing of syscallexitDmitry Vyukov2015-06-181-1/+0
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-162-6/+4
* runtime/pprof: write heap statistics to heap profile alwaysJosh Bleecher Snyder2015-05-181-29/+27
* Revert "runtime/pprof: write heap statistics to heap profile always"Josh Bleecher Snyder2015-05-011-27/+29
* runtime/pprof: write heap statistics to heap profile alwaysRuss Cox2015-04-291-29/+27
* runtime/pprof: disable flaky TestTraceFutileWakeup on linux/ppc64leMatthew Dempsky2015-04-211-0/+4
* runtime/pprof: disable TestTraceStressStartStopDave Cheney2015-04-171-0/+1
* runtime/pprof: skip fork test on darwin/arm64David Crawshaw2015-04-132-3/+12
* runtime/pprof: fix data race in testDmitry Vyukov2015-03-291-10/+13
* runtime/pprof: fix TestCPUProfileWithFork for GOOS=android.Hyang-Ah Hana Kim2015-03-271-3/+10
* runtime: remove futile wakeups from traceDmitry Vyukov2015-03-171-0/+88
* cmd/trace: move goroutine analysis code to internal/traceDmitry Vyukov2015-03-112-3/+18
* cmd/trace: dump thread id on proc startDmitry Vyukov2015-03-111-1/+2
* runtime/pprof: fix trace testDmitry Vyukov2015-03-101-13/+18
* runtime: remove runtime frames from stacks in tracesDmitry Vyukov2015-03-102-40/+277
* runtime/pprof: skip tests that fork on darwin/armDavid Crawshaw2015-02-271-7/+14
* runtime/pprof: make TestBlockProfile more robustShenghou Ma2015-02-231-1/+1
* cmd/trace: add new commandDmitry Vyukov2015-02-202-665/+151
* runtime: fix system memory allocator on plan9Dmitry Vyukov2015-01-301-3/+1
* runtime: fix trace ticks frequency on windowsDmitry Vyukov2015-01-302-7/+13
* runtime/pprof: skip trace tests on solaris and windowsDmitry Vyukov2015-01-281-1/+23
* runtime/pprof: add tests for tracerDmitry Vyukov2015-01-282-0/+874
* runtime/pprof: add tracing supportDmitry Vyukov2015-01-281-0/+27
* runtime/pprof: ignore CPU profile test failures in QEMUBurcu Dogan2015-01-201-0/+9
* [dev.cc] runtime: convert scheduler from C to GoRuss Cox2014-11-111-1/+1
* runtime/pprof: fix memory profiler testDmitriy Vyukov2014-10-171-69/+21
* runtime/pprof: fix testRuss Cox2014-10-171-1/+1
* runtime/pprof: disable new memory testRuss Cox2014-10-161-0/+1
* runtime: fix memory profilerDmitriy Vyukov2014-10-161-0/+146
* undo CL 140110043 / 17b5fc2aa130Alex Brainman2014-09-091-4/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-082-0/+1125