Skip to content

lisa.analysis.task: Add TaskAnalysis.cpus_of_tasks()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr166 into master

Allow getting the CPUs on which the given tasks executed. This is useful to convert the tasks names of the rtapp profile into list of CPUs to feed to plotting functions that need to know what CPU to look at. Since the trace is usually already cropped around the execution of rtapp, this allows spotting the relevant pieces of data.

Merge request reports