Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for encodeUint64 (0.18 sec)

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

    	encodeInt64Opt(b, 10, p.DurationNanos)
    	if pt := p.PeriodType; pt != nil && (pt.typeX != 0 || pt.unitX != 0) {
    		encodeMessage(b, 11, p.PeriodType)
    	}
    	encodeInt64Opt(b, 12, p.Period)
    	encodeInt64s(b, 13, p.commentX)
    	encodeInt64(b, 14, p.defaultSampleTypeX)
    }
    
    var profileDecoder = []decoder{
    	nil, // 0
    	// repeated ValueType sample_type = 1
    	func(b *buffer, m message) error {
    		x := new(ValueType)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top