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

Struct WebListCall

internal/report/source.go:235–239  ·  view source on GitHub ↗

WebListCall holds the per-inlined-call information for HTML source code listing.

Source from the content-addressed store, hash-verified

233
234// WebListCall holds the per-inlined-call information for HTML source code listing.
235type WebListCall struct {
236 SrcLine string
237 FileBase string
238 Line int
239}
240
241// MakeWebList returns an annotated source listing of rpt.
242// rpt.prof should contain inlined call info.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected