Documentation
¶
Index ¶
- type FrameInfo
- type SampleProfiler
- func (s *SampleProfiler) EventHandler(e *nettrace.Blob) error
- func (s *SampleProfiler) MetadataHandler(md *nettrace.Metadata) error
- func (s *SampleProfiler) SequencePointBlockHandler(*nettrace.SequencePointBlock) error
- func (s *SampleProfiler) StackBlockHandler(sb *nettrace.StackBlock) error
- func (s *SampleProfiler) Walk(fn func(FrameInfo))
- func (s *SampleProfiler) WalkThread(threadID int64, fn func(FrameInfo))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SampleProfiler ¶
type SampleProfiler struct {
// contains filtered or unexported fields
}
func NewSampleProfiler ¶
func NewSampleProfiler(trace *nettrace.Trace) *SampleProfiler
func (*SampleProfiler) EventHandler ¶
func (s *SampleProfiler) EventHandler(e *nettrace.Blob) error
func (*SampleProfiler) MetadataHandler ¶
func (s *SampleProfiler) MetadataHandler(md *nettrace.Metadata) error
func (*SampleProfiler) SequencePointBlockHandler ¶
func (s *SampleProfiler) SequencePointBlockHandler(*nettrace.SequencePointBlock) error
func (*SampleProfiler) StackBlockHandler ¶
func (s *SampleProfiler) StackBlockHandler(sb *nettrace.StackBlock) error
func (*SampleProfiler) Walk ¶
func (s *SampleProfiler) Walk(fn func(FrameInfo))
func (*SampleProfiler) WalkThread ¶
func (s *SampleProfiler) WalkThread(threadID int64, fn func(FrameInfo))
Click to show internal directories.
Click to hide internal directories.