1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00
go/src/runtime/pprof
Dmitry Vyukov 7b0c73aa28 cmd/trace: move goroutine analysis code to internal/trace
This allows to test goroutine analysis code in runtime/pprof tests.
Also fix a nil-deref crash in goroutine analysis code that happens on runtime/pprof tests.

Change-Id: Id7884aa29f7fe4a8d7042482a86fe434e030461e
Reviewed-on: https://go-review.googlesource.com/7301
Run-TryBot: Dmitry Vyukov <dvyukov@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-03-11 12:53:24 +00:00
..
mprof_test.go runtime/pprof: fix memory profiler test 2014-10-17 21:28:47 +04:00
pprof_test.go runtime/pprof: skip tests that fork on darwin/arm 2015-02-27 19:55:54 +00:00
pprof.go runtime/pprof: add tracing support 2015-01-28 16:40:35 +00:00
trace_stack_test.go cmd/trace: move goroutine analysis code to internal/trace 2015-03-11 12:53:24 +00:00
trace_test.go cmd/trace: move goroutine analysis code to internal/trace 2015-03-11 12:53:24 +00:00