package
0.3.28
Repository: https://github.com/google/gops.git
Documentation: pkg.go.dev

# Constants

BinaryDump returns running binary file.
CPUProfile starts `go tool pprof` with the current CPU profile.
GC runs the garbage collector.
HeapProfile starts `go tool pprof` with the current memory profile.
MemStats reports memory stats.
SetGCPercent sets the garbage collection target percentage.
StackTrace represents a command to print stack trace.
Stats returns Go runtime statistics such as number of goroutines, GOMAXPROCS, and NumCPU.
Trace starts the Go execution tracer, waits 5 seconds and launches the trace tool.
Version prints the Go version.