Documentation ¶
Overview ¶
Package signal contains signals used to communicate to the gops agents.
Index ¶
Constants ¶
View Source
const ( // StackTrace represents a command to print stack trace. StackTrace = byte(0x1) // GC runs the garbage collector. GC = byte(0x2) // MemStats reports memory stats. MemStats = byte(0x3) // Version prints the Go version. Version = byte(0x4) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.