Forum Discussion

ZVere's avatar
ZVere
Icon for New Contributor rankNew Contributor
4 years ago

Measure time in NIOS application

Hello, I used the following code to measure 1usec in baremetal NIOS application. PERF_RESET (NIOS_PERFORMANCE_COUNTER_BASE); PERF_START_MEASURING (NIOS_PERFORMANCE_COUNTER_BASE); PERF_BEGIN (N...