Home
last modified time | relevance | path

Searched refs:Nanos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h135 uint32_t Nanos = 0; variable
146 Seconds(S), Nanos(N) {} in WallclockRecord()
149 uint32_t nanos() const { return Nanos; } in nanos()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp46 R.Nanos = E.getU32(&OffsetPtr); in visit()