Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pbMapping (0.07 sec)

  1. src/runtime/pprof/proto.go

    	start := b.pb.startMessage()
    	b.pb.uint64Opt(tagLine_FunctionID, funcID)
    	b.pb.int64Opt(tagLine_Line, line)
    	b.pb.endMessage(tag, start)
    }
    
    // pbMapping encodes a Mapping message to b.pb.
    func (b *profileBuilder) pbMapping(tag int, id, base, limit, offset uint64, file, buildID string, hasFuncs bool) {
    	start := b.pb.startMessage()
    	b.pb.uint64Opt(tagMapping_ID, id)
    	b.pb.uint64Opt(tagMapping_Start, base)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 13 20:40:52 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top