Lines Matching full:functions
18 """ Functions Analysis Module """
27 Support for kernel functions profiling and analysis
36 def plotProfilingStats(self, functions=None, metrics='avg'):
38 Plot functions profiling metrics for the specified kernel functions.
42 By default all the kernel functions are plotted.
44 :param functions: the name of list of name of kernel functions to plot
45 :type functions: str or list(str)
53 self._log.warning('Functions stats data not available')
57 df = self._trace.data_frame.functions_stats(functions)