Versions in this module Expand all Collapse all v1 v1.27.2 Oct 23, 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)