func github.com/google/pprof/profile.isMemoryMapSentinel
5 uses
github.com/google/pprof/profile (current package)
legacy_profile.go#L516: if isMemoryMapSentinel(line) {
legacy_profile.go#L846: if line = s.Text(); isMemoryMapSentinel(line) || strings.HasPrefix(line, "-") {
legacy_profile.go#L862: for !isMemoryMapSentinel(line) {
legacy_profile.go#L957: for !isMemoryMapSentinel(s.Text()) && s.Scan() {
legacy_profile.go#L1081: func isMemoryMapSentinel(line string) bool {
![]() |
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. |