Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockProfiler ¶
type BlockProfiler struct {
// contains filtered or unexported fields
}
func NewBlockProfilerWithOptions ¶
func NewBlockProfilerWithOptions(options godeltaprof.ProfileOptions) *BlockProfiler
func NewMutexProfilerWithOptions ¶
func NewMutexProfilerWithOptions(options godeltaprof.ProfileOptions) *BlockProfiler
func (*BlockProfiler) Profile ¶
func (d *BlockProfiler) Profile() (*otlpprofile.Profile, error)
func (*BlockProfiler) ProfileFromRecords ¶
func (d *BlockProfiler) ProfileFromRecords(p []runtime.BlockProfileRecord) (*otlpprofile.Profile, error)
type HeapProfiler ¶
type HeapProfiler struct {
// contains filtered or unexported fields
}
func NewHeapProfilerWithOptions ¶
func NewHeapProfilerWithOptions(options godeltaprof.ProfileOptions) *HeapProfiler
func (*HeapProfiler) Profile ¶
func (hp *HeapProfiler) Profile() (*otlpprofile.Profile, error)
func (*HeapProfiler) ProfileFromRecords ¶
func (hp *HeapProfiler) ProfileFromRecords(p []runtime.MemProfileRecord) (*otlpprofile.Profile, error)
Click to show internal directories.
Click to hide internal directories.