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

Struct WebListFunc

internal/report/source.go:203–210  ·  view source on GitHub ↗

WebListFunc holds the per-function information for HTML source code listing.

Source from the content-addressed store, hash-verified

201
202// WebListFunc holds the per-function information for HTML source code listing.
203type WebListFunc struct {
204 Name string
205 File string
206 Flat string
207 Cumulative string
208 Percent string
209 Lines []WebListLine
210}
211
212// WebListLine holds the per-source-line information for HTML source code listing.
213type WebListLine struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected