Versions in this module Expand all Collapse all v0 v0.0.2 Dec 29, 2024 v0.0.1 Dec 28, 2024 Changes in this version + var ErrProfileNotFound = psrpc.NewErrorf(psrpc.NotFound, "profile not found") + func GetCpuProfileData(ctx context.Context, timeout int) (b []byte, err error) + func GetGenericProfileData(profileName string, debug int) (b []byte, err error) + func GetProfileData(ctx context.Context, profileName string, timeout int, debug int) (b []byte, err error)