internal/profile.Profile.KeepFrames (field)
8 uses
internal/profile (current package)
encode.go#L95: p.keepFramesX = addString(strings, p.KeepFrames)
encode.go#L275: p.KeepFrames, err = getString(p.stringTable, &p.keepFramesX, err)
merge.go#L423: KeepFrames: srcs[0].KeepFrames,
profile.go#L30: KeepFrames string
prune.go#L89: if p.KeepFrames != "" {
prune.go#L90: if keep, err = regexp.Compile("^(" + p.KeepFrames + ")$"); err != nil {
prune.go#L91: return fmt.Errorf("failed to compile regexp %s: %v", p.KeepFrames, err)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)