Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

profiling and alt_tick?

What does the alt_tick really means?

It doesn't seem like a real clock cycle of application to run.

Does anybody knows how to measure clock cycles of running particular application?

And what does alt_tick means? so how it relate to clock cycles?

I got confused.

THanks.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    alt_tick is mainly used for all the periodic activities of the HAL, in particular, the HAL alarm support uses alt_tick.

    use the performance counter to perform cycle-accurate measurements!

    bye

    Paolo