mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated heapdump15 (markdown)
parent
71e5ae9d5a
commit
24f3efd265
@ -7,8 +7,6 @@ Heap dump format for other versions:
|
|||||||
|
|
||||||
Go 1.5 has a runtime/debug.WriteHeapDump function that writes all objects in the heap plus additional info (roots, goroutines, finalizers, etc.) to a file. The format of this file is specified here.
|
Go 1.5 has a runtime/debug.WriteHeapDump function that writes all objects in the heap plus additional info (roots, goroutines, finalizers, etc.) to a file. The format of this file is specified here.
|
||||||
|
|
||||||
XXX WORK IN PROGRESS XXX
|
|
||||||
|
|
||||||
# Details
|
# Details
|
||||||
|
|
||||||
The file starts with the bytes of the string "go1.5 heap dump\n".
|
The file starts with the bytes of the string "go1.5 heap dump\n".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user