Documentation ¶
Index ¶
- Variables
- type PProf
- func (p *PProf) Name() string
- func (p *PProf) ReleaseResource(ctx context.Context, scope corercmgr.ResourceScopeSpan)
- func (p *PProf) ReserveResource(ctx context.Context, state *corercmgr.ScopeStat) (corercmgr.ResourceScopeSpan, error)
- func (p *PProf) Start(ctx context.Context) error
- func (p *PProf) Stop(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PProfModularName = strings.ToLower("PProf")
)
Functions ¶
This section is empty.
Types ¶
type PProf ¶
type PProf struct {
// contains filtered or unexported fields
}
PProf is used to analyse the performance sp service
func (*PProf) ReleaseResource ¶ added in v0.2.2
func (p *PProf) ReleaseResource(ctx context.Context, scope corercmgr.ResourceScopeSpan)
func (*PProf) ReserveResource ¶ added in v0.2.2
Click to show internal directories.
Click to hide internal directories.