--- a/src/eric7/Documentation/Source/eric7.DataViews.PyProfileDialog.html Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.DataViews.PyProfileDialog.html Tue Dec 19 19:57:08 2023 +0100 @@ -83,15 +83,21 @@ </p> <dl> -<dt><i>itm</i></dt> +<dt><i>itm</i> (ProfileTreeWidgetItem)</dt> <dd> -item to operate on (ProfileTreeWidgetItem) +item to operate on </dd> </dl> <dl> <dt>Return:</dt> <dd> -comparison value for the first column (integer) +comparison value for the first column +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="ProfileTreeWidgetItem.__lt__" ID="ProfileTreeWidgetItem.__lt__"></a> @@ -103,16 +109,21 @@ </p> <dl> -<dt><i>other</i></dt> +<dt><i>other</i> (ProfileTreeWidgetItem)</dt> <dd> reference to item to compare against - (ProfileTreeWidgetItem) </dd> </dl> <dl> <dt>Return:</dt> <dd> -true, if this item is less than other (boolean) +true, if this item is less than other +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -216,9 +227,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="PyProfileDialog.__createResultItem" ID="PyProfileDialog.__createResultItem"></a> @@ -230,37 +241,37 @@ </p> <dl> -<dt><i>calls</i></dt> +<dt><i>calls</i> (int)</dt> <dd> -number of calls (integer) +number of calls </dd> -<dt><i>totalTime</i></dt> +<dt><i>totalTime</i> (float)</dt> <dd> -total time (double) +total time </dd> -<dt><i>totalTimePerCall</i></dt> +<dt><i>totalTimePerCall</i> (float)</dt> <dd> -total time per call (double) +total time per call </dd> -<dt><i>cumulativeTime</i></dt> +<dt><i>cumulativeTime</i> (float)</dt> <dd> -cumulative time (double) +cumulative time </dd> -<dt><i>cumulativeTimePerCall</i></dt> +<dt><i>cumulativeTimePerCall</i> (float)</dt> <dd> -cumulative time per call (double) +cumulative time per call </dd> -<dt><i>file</i></dt> +<dt><i>file</i> (str)</dt> <dd> -filename of file (string) +filename of file </dd> -<dt><i>line</i></dt> +<dt><i>line</i> (int)</dt> <dd> -linenumber (integer) +linenumber </dd> -<dt><i>functionName</i></dt> +<dt><i>functionName</i> (str)</dt> <dd> -function name (string) +function name </dd> </dl> <a NAME="PyProfileDialog.__createSummaryItem" ID="PyProfileDialog.__createSummaryItem"></a> @@ -272,13 +283,13 @@ </p> <dl> -<dt><i>label</i></dt> +<dt><i>label</i> (str)</dt> <dd> -text of the first column (string) +text of the first column </dd> -<dt><i>contents</i></dt> +<dt><i>contents</i> (str)</dt> <dd> -text of the second column (string) +text of the second column </dd> </dl> <a NAME="PyProfileDialog.__eraseAll" ID="PyProfileDialog.__eraseAll"></a> @@ -327,7 +338,7 @@ </p> <dl> -<dt><i>exclude</i></dt> +<dt><i>exclude</i> (bool)</dt> <dd> flag indicating whether files residing in the Python library should be excluded @@ -349,9 +360,9 @@ </p> <dl> -<dt><i>coord</i></dt> +<dt><i>coord</i> (QPoint)</dt> <dd> -the position of the mouse pointer (QPoint) +the position of the mouse pointer </dd> </dl> <a NAME="PyProfileDialog.__unfinish" ID="PyProfileDialog.__unfinish"></a> @@ -384,9 +395,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl> <a NAME="PyProfileDialog.start" ID="PyProfileDialog.start"></a> @@ -398,13 +409,13 @@ </p> <dl> -<dt><i>pfn</i></dt> +<dt><i>pfn</i> (str)</dt> <dd> -basename of the profiling file (string) +basename of the profiling file </dd> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -file to display the profiling data for (string) +file to display the profiling data for </dd> </dl> <div align="right"><a href="#top">Up</a></div>