GetCpuClocks

Get CPU clock cycles

Synopsis

Fw64u   fwGetCpuClocks (   );

Description

This function returns the number of CPU clock cycles elapsed since CPU power on.

A code segment can be timed by invoking the function at two different points, then subtracting the first return value from the second return value.