type github.com/google/pprof/profile.mapInfo
7 uses
github.com/google/pprof/profile (current package)
merge.go#L60: pm.mappingsByID = make(map[uint64]mapInfo, len(src.Mapping))
merge.go#L138: mappingsByID map[uint64]mapInfo
merge.go#L147: type mapInfo struct {
merge.go#L287: func (pm *profileMerger) mapMapping(src *Mapping) mapInfo {
merge.go#L289: return mapInfo{}
merge.go#L299: mi := mapInfo{m, int64(m.Start) - int64(src.Start)}
merge.go#L319: mi := mapInfo{m, 0}
![]() |
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. |