perf_counter
perf_counter copied to clipboard
A dedicated performance counter for Cortex-M systick. It shares the SysTick with users' original SysTick function without interfering it. This library will bring new functionalities, such as performan...
Results
1
perf_counter issues
Sort by
recently updated
recently updated
newest added
Coremark and Dhrystone are commonly used benchmarks in performance evaluation for MCUs. Since `perf_counter` provides the means to measure the CPU cycles, it is convenient to include the `coremark` and...
enhancement