Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ll_schedule: add a DSP load tracker to ll_tasks_execute #4943

Closed
wants to merge 1 commit into from

Commits on Nov 1, 2021

  1. ll_schedule: add a DSP load tracker to ll_tasks_execute

    Add a lightweight load calculatio to ll_tasks_execute() and prints out
    the average every 2^10 runs (roughly once per second on most systems).
    
    Example log output:
    --cut--
    [     6950848.421715] (      809129.187500) c0 ll-schedule        ./schedule/ll_schedule.c:139  INFO ll avg 19720/38400
    [     8868838.449667] (      679100.000000) c0 ll-schedule        ./schedule/ll_schedule.c:139  INFO ll avg 19658/38400
    [    10802857.643650] (      565147.187500) c0 ll-schedule        ./schedule/ll_schedule.c:139  INFO ll avg 19822/38400
    --cut--
    
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    f9dded0 View commit details
    Browse the repository at this point in the history