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

Struct WebListInstruction

internal/report/source.go:223–232  ·  view source on GitHub ↗

WebListInstruction holds the per-instruction information for HTML source code listing.

Source from the content-addressed store, hash-verified

221
222// WebListInstruction holds the per-instruction information for HTML source code listing.
223type WebListInstruction struct {
224 NewBlock bool // Insert marker that indicates separation from previous block
225 Flat string
226 Cumulative string
227 Synthetic bool
228 Address uint64
229 Disasm string
230 FileLine string
231 InlinedCalls []WebListCall
232}
233
234// WebListCall holds the per-inlined-call information for HTML source code listing.
235type WebListCall struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected