Lines Matching full:latencies
72 :param task: the task to report wakeup latencies for
155 DataFrame of task's wakeup latencies
161 :param task: the task to report wakeup latencies for
177 DataFrame of task's preemption latencies
184 :param task: the task to report wakeup latencies for
287 Generate a set of plots to report the WAKEUP and PREEMPT latencies the
288 specified task has been subject to. A WAKEUP latencies is the time from
290 A PREEMPT latencies is the time from when a RUNNING task is suspended
294 :param task: the task to report latencies for
297 :param kind: the kind of latencies to report (WAKEUP and/or PREEMPT")
310 :returns: a DataFrame with statistics on ploted latencies
327 # Load wakeup latencies (if required)
333 self._log.info('Found: %5d WAKEUP latencies', len(wkp_df))
335 # Load preempt latencies (if required)
341 self._log.info('Found: %5d PREEMPT latencies', len(prt_df))
361 plot_title = "[{}]: {} latencies".format(td.label, kind.upper())
382 # Cumulative distribution of latencies samples
385 title='Latencies CDF ({:.1f}% within {} [ms] threshold)'\
390 # Histogram of all latencies
423 :param task: the task to report latencies for
455 axes.set_title('Latencies on [{}] '
463 # Draw WAKEUP latencies
472 # Draw PREEMPTION latencies
507 :param task: the task to report latencies for
638 :param task: the task to report latencies for