MCPcopy Create free account
hub / github.com/google/pprof / source

Struct source

internal/driver/cli.go:26–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type source struct {
27 Sources []string
28 ExecName string
29 BuildID string
30 Base []string
31 DiffBase bool
32 Normalize bool
33
34 Seconds int
35 Timeout int
36 Symbolize string
37 HTTPHostport string
38 HTTPDisableBrowser bool
39 Comment string
40 AllFrames bool
41}
42
43// parseFlags parses the command lines through the specified flags package
44// and returns the source of the profile and optionally the command

Callers 1

TestStackSourcesFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestStackSourcesFunction · 0.68