getClockCycle

Gets the current clock cycle of the low level 32bit timer.

KernelTiming.swift:46
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:).