In the statistics box from DSP/BIOS v5.42, I see an average value for various HWI, SWI routines,
KNL_swi, PRD_swi, etc. Is that the number of CPU cycles, or the number of times high-resolution timer called?
When I put STS_set() and STS_delta() to get the CLK_gethtime() elapses and assign to an STS object,
what's the proper way to convert that to actual CPU cycles? Inside the STS object, I see it can be configured for A * x format used in the host How do I set the A format used in the host- it looks greyed out? It looks like CLK_cpuCyclesPerHtime() could be used for A, such that CPU cycles = CLK_gethtime() * CLK_cpuCyclesPerHtime().
Finally, what is the best method in DSP/BIOS to measure elapsed time between ISR calls and associate to STS object?
Thanks,
Chris