Documentation
¶
Index ¶
- func CollapsedToProfileV1(b []byte, name string, maxNodes int) (*flamebearer.FlamebearerProfile, error)
- func JSONToProfileV1(b []byte, _ string, _ int) (*flamebearer.FlamebearerProfile, error)
- func PprofToProfileV1(b []byte, name string, maxNodes int) (*flamebearer.FlamebearerProfile, error)
- type ConverterFn
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollapsedToProfileV1 ¶ added in v0.9.0
func CollapsedToProfileV1(b []byte, name string, maxNodes int) (*flamebearer.FlamebearerProfile, error)
func JSONToProfileV1 ¶ added in v0.9.0
func JSONToProfileV1(b []byte, _ string, _ int) (*flamebearer.FlamebearerProfile, error)
func PprofToProfileV1 ¶ added in v0.9.0
func PprofToProfileV1(b []byte, name string, maxNodes int) (*flamebearer.FlamebearerProfile, error)
Types ¶
type ConverterFn ¶ added in v0.8.0
type ConverterFn func(b []byte, name string, maxNodes int) (*flamebearer.FlamebearerProfile, error)
Click to show internal directories.
Click to hide internal directories.