modulepackage
0.1.2
Repository: https://github.com/pyroscope-io/godeltaprof.git
Documentation: pkg.go.dev
# README
godeltaprof
# Functions
NewBlockProfiler creates a new BlockProfiler instance for profiling goroutine blocking events.
No description provided by the author
NewMutexProfiler creates a new BlockProfiler instance for profiling mutex contention.
# Structs
BlockProfiler is a stateful profiler for goroutine blocking events and mutex contention in Go programs.
HeapProfiler is a stateful profiler for heap allocations in Go programs.