Fix comment for CheapNowNano.

PiperOrigin-RevId: 647498384
This commit is contained in:
Etienne Perot
2024-06-27 17:38:10 -07:00
committed by gVisor bot
parent 15de55a7f5
commit b9fac79737
+3 -1
View File
@@ -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 {