Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseMemoryMap (0.73 sec)

  1. src/cmd/vendor/github.com/google/pprof/profile/legacy_profile.go

    		return line[match[1]:]
    	}
    	return line
    }
    
    // ParseMemoryMap parses a memory map in the format of
    // /proc/self/maps, and overrides the mappings in the current profile.
    // It renumbers the samples and locations in the profile correspondingly.
    func (p *Profile) ParseMemoryMap(rd io.Reader) error {
    	return p.ParseMemoryMapFromScanner(bufio.NewScanner(rd))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 32.8K bytes
    - Viewed (0)
Back to top