Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BpfProfiler ¶ added in v0.1.3
type BpfProfiler struct{}
func (*BpfProfiler) Invoke ¶ added in v0.1.3
func (b *BpfProfiler) Invoke(job *details.ProfilingJob) error
func (*BpfProfiler) SetUp ¶ added in v0.1.3
func (b *BpfProfiler) SetUp(job *details.ProfilingJob) error
type FlameGraphProfiler ¶ added in v0.1.3
type FlameGraphProfiler interface { SetUp(job *details.ProfilingJob) error Invoke(job *details.ProfilingJob) error }
func ForLanguage ¶ added in v0.1.3
func ForLanguage(lang api.ProgrammingLanguage) (FlameGraphProfiler, error)
type JvmProfiler ¶ added in v0.1.3
type JvmProfiler struct{}
func (*JvmProfiler) Invoke ¶ added in v0.1.3
func (j *JvmProfiler) Invoke(job *details.ProfilingJob) error
func (*JvmProfiler) SetUp ¶ added in v0.1.3
func (j *JvmProfiler) SetUp(job *details.ProfilingJob) error
Click to show internal directories.
Click to hide internal directories.