You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some counters, such as those that use fractional adders, tick at resolutions
greater than 4294967295Hz. This changes the freq in the common info
to a uint64_t. This retains the existing `counter_get_freq` function which
will still return a 32bit value. This also adds a `counter_get_freq_64`
function to get a 64bit value for the frequency.
Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
0 commit comments