Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseJavaSamples (0.31 sec)

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

    		// Grab next line.
    		b = b[nextNewLine+1:]
    		nextNewLine = bytes.IndexByte(b, byte('\n'))
    	}
    	return b, nil
    }
    
    // parseJavaSamples parses the samples from a java profile and
    // populates the Samples in a profile. Returns the remainder of the
    // buffer after the samples.
    func parseJavaSamples(pType string, b []byte, p *Profile) ([]byte, map[uint64]*Location, error) {
    	nextNewLine := bytes.IndexByte(b, byte('\n'))
    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