Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseJavaLocations (0.17 sec)

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

    		nextNewLine = bytes.IndexByte(b, byte('\n'))
    	}
    	return b, locs, nil
    }
    
    // parseJavaLocations parses the location information in a java
    // profile and populates the Locations in a profile. It uses the
    // location addresses from the profile as both the ID of each
    // location.
    func parseJavaLocations(b []byte, locs map[uint64]*Location, p *Profile) error {
    	r := bytes.NewBuffer(b)
    	fns := make(map[string]*Function)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top