var github.com/google/pprof/profile.heapHeaderRE
3 uses
github.com/google/pprof/profile (current package)
legacy_profile.go#L35: heapHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] *@ *(heap[_a-z0-9]*)/?(\d*)`)
legacy_profile.go#L479: if header := heapHeaderRE.FindStringSubmatch(line); header != nil {
legacy_profile.go#L557: header := heapHeaderRE.FindStringSubmatch(line)
![]() |
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. |