Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf_cnt: use alternate reporting to minimize logging overhead
Implement simple alternate reporting for perf_cnt_average() and task_perf_cnt_avg(). By calling the reporting function only for every other measurement window, the overhead of reporting can be filtered out from data. This mostly affects the peak cycle reporting. For average values reporting has only minimal impact. Signed-off-by: Kai Vehmanen <[email protected]>
- Loading branch information