func runtime.cputicks
22 uses
runtime (current package)
chan.go#L197: t0 = cputicks()
chan.go#L318: sg.releasetime = cputicks()
chan.go#L387: sg.releasetime = cputicks()
chan.go#L406: sg.releasetime = cputicks()
chan.go#L505: t0 = cputicks()
chan.go#L644: sg.releasetime = cputicks()
cputicks.go#L17: func cputicks() int64
debuglog.go#L55: tick, nano := uint64(cputicks()), uint64(nanotime())
proc.go#L739: mp.fastrand[1] = uint32(int64Hash(uint64(cputicks()), ^fastrandseed))
proc.go#L3712: _g_.sysexitticks = cputicks()
runtime.go#L32: c0 := cputicks()
runtime.go#L35: c1 := cputicks()
select.go#L154: t0 = cputicks()
sema.go#L81: s.releasetime = cputicks()
sema.go#L122: t0 = cputicks()
sema.go#L127: t0 = cputicks()
sema.go#L339: now = cputicks()
sema.go#L504: t0 = cputicks()
trace.go#L251: trace.ticksStart = cputicks()
trace.go#L321: trace.ticksEnd = cputicks()
trace.go#L552: ticks := uint64(cputicks()) / traceTickDiv
trace.go#L653: ticks := uint64(cputicks()) / traceTickDiv
![]() |
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. |