Forum Discussion
Altera_Forum
Honored Contributor
20 years agoprofiling 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? An...
Altera_Forum
Honored Contributor
20 years agoalt_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