softdevteam/krun

Move masking of the core cycle counter outside the timed section.

vext01 opened this issue · 0 comments

This loop:

// mask off the core-cycle counter values to the right width

Can be moved into the getter function, thus moving the masking operations out of the timed section.