Home | History | Annotate | Download | only in analysis

Lines Matching refs:Running

66             i.e. tasks RUNNING on a CPU
111 # Fill in Running status
228 - running_time: the time the task spent RUNNING since its last wakeup
236 # Filter function to add up RUNNING intervals of each activation
259 # For the time being, we account this interval as RUNNING time,
274 # Add up RUNNING intervals of each activation
290 A PREEMPT latencies is the time from when a RUNNING task is suspended
614 Plots "running times" for the specified task
616 A "running time" is the sum of all the time intervals a task executed
619 - Running times at block time: every time a task blocks a
621 running since its last wakeup
622 - Running time cumulative function: reports the cumulative
623 function of the running times.
624 - Running times histogram: reports a 64 bins histogram of
625 the running times.
628 can be used to filter running times bigger than 2 times this value.
651 :returns: a DataFrame with statistics on ploted running times
683 self._log.warning('Discarding {} running times (above 2 x threshold_ms, '
697 plot_title = "[{}]: running times (@ block time)".format(td.label)
702 # Running time over time
712 # Cumulative distribution of all running times
720 # Histogram of all running times