Versions in this module Expand all Collapse all v0 v0.1.0 Aug 9, 2025 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)