internal/profile.Profile.DropFrames (field)
8 uses
internal/profile (current package)
encode.go#L94: p.dropFramesX = addString(strings, p.DropFrames)
encode.go#L274: p.DropFrames, err = getString(p.stringTable, &p.dropFramesX, err)
merge.go#L422: DropFrames: srcs[0].DropFrames,
profile.go#L29: DropFrames string
prune.go#L85: if p.DropFrames != "" {
prune.go#L86: if drop, err = regexp.Compile("^(" + p.DropFrames + ")$"); err != nil {
prune.go#L87: return fmt.Errorf("failed to compile regexp %s: %v", p.DropFrames, err)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)