mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix comment for CheapNowNano.
PiperOrigin-RevId: 647498384
This commit is contained in:
committed by
gVisor bot
parent
15de55a7f5
commit
b9fac79737
@@ -46,7 +46,9 @@ func snapshotDistribution(samples []atomicbitops.Uint64) []uint64 {
|
||||
return snapshot
|
||||
}
|
||||
|
||||
// CheapNowNano returns the current unix timestamp in nanoseconds.
|
||||
// CheapNowNano returns the a timestamp in nanoseconds.
|
||||
// It is *NOT* measured from the Unix epoch.
|
||||
// It is monotonic.
|
||||
//
|
||||
//go:nosplit
|
||||
func CheapNowNano() int64 {
|
||||
|
||||
Reference in New Issue
Block a user