func runtime.nanotime

53 uses

	runtime (current package)
		cpuprof.go#L74: 		cpuprof.log.write(nil, nanotime(), hdr[:], nil)
		cpuprof.go#L106: 		cpuprof.log.write(&gp.labels, nanotime(), hdr[:], stk)
		debuglog.go#L55: 	tick, nano := uint64(cputicks()), uint64(nanotime())
		lock_sema.go#L225: 	deadline = nanotime() + ns
		lock_sema.go#L243: 		ns = deadline - nanotime()
		mgc.go#L630: 	assistDuration := nanotime() - c.markStartTime
		mgc.go#L775: 		delta := nanotime() - gcController.markStartTime
		mgc.go#L800: 	now := nanotime()
		mgc.go#L1372: 	now := nanotime()
		mgc.go#L1558: 	now := nanotime()
		mgc.go#L1633: 	startTime := nanotime()
		mgc.go#L1702: 	now := nanotime()
		mgc.go#L1958: 		startTime := nanotime()
		mgc.go#L2009: 		duration := nanotime() - startTime
		mgcmark.go#L523: 	startTime := nanotime()
		mgcmark.go#L567: 	duration := nanotime() - startTime
		mgcscavenge.go#L236: 	start := nanotime()
		mgcscavenge.go#L244: 	return nanotime() - start
		mgcscavenge.go#L303: 			start := nanotime()
		mgcscavenge.go#L306: 			crit = float64(nanotime() - start)
		netpoll.go#L252: 		d += nanotime()
		os_darwin.go#L39: 		start = nanotime()
		os_darwin.go#L50: 			spent := nanotime() - start
		preempt.go#L229: 				now := nanotime()
		preempt.go#L245: 			nextYield = nanotime() + yieldDelay
		preempt.go#L247: 		if nanotime() < nextYield {
		preempt.go#L251: 			nextYield = nanotime() + yieldDelay/2
		proc.go#L164: 	runtimeInitTime = nanotime()
		proc.go#L282: 		gcStart(gcTrigger{kind: gcTriggerTime, now: nanotime()})
		proc.go#L653: 	sched.lastpoll = uint64(nanotime())
		proc.go#L912: 			nextYield = nanotime() + yieldDelay
		proc.go#L914: 		if nanotime() < nextYield {
		proc.go#L920: 			nextYield = nanotime() + yieldDelay/2
		proc.go#L1194: 	startTime := nanotime()
		proc.go#L2810: 			now = nanotime()
		proc.go#L2881: 		atomic.Store64(&sched.lastpoll, uint64(nanotime()))
		proc.go#L3205: 		now = nanotime()
		proc.go#L4789: 	now := nanotime()
		proc.go#L5140: 		now := nanotime()
		proc.go#L5179: 		now = nanotime()
		proc.go#L5390: 	now := nanotime()
		proc.go#L6256: 			start = nanotime()
		proc.go#L6269: 			end := nanotime()
		runtime.go#L31: 		t0 := nanotime()
		runtime.go#L34: 		t1 := nanotime()
		runtime2.go#L890: 		h := memhash(unsafe.Pointer(&r[n-w]), uintptr(nanotime()), uintptr(w))
		sema.go#L616: 	return nanotime()
		time.go#L189: 	t.nextwhen = nanotime() + ns
		time_nofake.go#L18: func nanotime() int64 {
		timestub.go#L17: 	return sec, nsec, nanotime()
		trace.go#L252: 	trace.timeStart = nanotime()
		trace.go#L322: 		trace.timeEnd = nanotime()
		traceback.go#L901: 		waitfor = (nanotime() - gp.waitsince) / 60e9