type github.com/google/pprof/profile.Line
18 uses
github.com/google/pprof/profile (current package)
encode.go#L186: x.Line = make([]Line, 0, 8) // Pre-allocate Line buffer
encode.go#L190: var tmp []Line
encode.go#L499: pp.Line = append(pp.Line, Line{})
encode.go#L505: func (p *Line) decoder() []decoder {
encode.go#L509: func (p *Line) encode(b *buffer) {
encode.go#L517: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Line).functionIDX) },
encode.go#L519: func(b *buffer, m message) error { return decodeInt64(b, &m.(*Line).Line) },
filter.go#L191: func (loc *Location) unmatchedLines(re *regexp.Regexp) []Line {
filter.go#L195: var lines []Line
filter.go#L209: func (loc *Location) matchedLines(re *regexp.Regexp) []Line {
filter.go#L213: var lines []Line
legacy_java_profile.go#L301: loc.Line = []Line{
merge.go#L240: Line: make([]Line, len(src.Line)),
merge.go#L357: func (pm *profileMerger) mapLine(src Line) Line {
merge.go#L358: ln := Line{
profile.go#L115: Line []Line
profile.go#L122: type Line struct {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |