Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stringIndex (0.41 sec)

  1. src/runtime/pprof/proto.go

    	for _, fn := range newFuncs {
    		start := b.pb.startMessage()
    		b.pb.uint64Opt(tagFunction_ID, fn.id)
    		b.pb.int64Opt(tagFunction_Name, b.stringIndex(fn.name))
    		b.pb.int64Opt(tagFunction_SystemName, b.stringIndex(fn.name))
    		b.pb.int64Opt(tagFunction_Filename, b.stringIndex(fn.file))
    		b.pb.int64Opt(tagFunction_StartLine, fn.startLine)
    		b.pb.endMessage(tagProfile_Function, start)
    	}
    
    	b.flush()
    	return id
    }
    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