what is the best way for me to calculate how long a certain part of my program will take to run.
do i need to compile it from pbp to asm then count the instructions and * it by the clock freq?