func runtime.traceAppend
8 uses
runtime (current package)
trace.go#L431: data = traceAppend(data, uint64(freq))
trace.go#L725: func traceAppend(buf []byte, v uint64) []byte {
trace.go#L856: tmpbuf = traceAppend(tmpbuf, uint64(stk.id))
trace.go#L858: tmpbuf = traceAppend(tmpbuf, uint64(len(frames)))
trace.go#L862: tmpbuf = traceAppend(tmpbuf, uint64(f.PC))
trace.go#L863: tmpbuf = traceAppend(tmpbuf, uint64(frame.funcID))
trace.go#L864: tmpbuf = traceAppend(tmpbuf, uint64(frame.fileID))
trace.go#L865: tmpbuf = traceAppend(tmpbuf, uint64(frame.line))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |