Global Functionmadmachineio.swiftio 0.1.0SwiftIO
getClockCycle
Gets the current clock cycle of the low level 32bit timer.
func getClockCycle() -> UInt
Returns
The current clock cycle in UInt.
This function is only used to measure very short time duration with cyclesToNanoseconds(start:stop:)
.