src/eric7/Documentation/Source/eric7.DataViews.PyProfileDialog.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
child 10689
3ede487187f2
--- a/src/eric7/Documentation/Source/eric7.DataViews.PyProfileDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.DataViews.PyProfileDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.DataViews.PyProfileDialog</h1>
-
 <p>
 Module implementing a dialog to display profile data.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#ProfileTreeWidgetItem">ProfileTreeWidgetItem</a></td>
 <td>Class implementing a custom QTreeWidgetItem to allow sorting on numeric values.</td>
@@ -29,36 +27,35 @@
 <td>Class implementing a dialog to display the results of a profiling run.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="ProfileTreeWidgetItem" ID="ProfileTreeWidgetItem"></a>
 <h2>ProfileTreeWidgetItem</h2>
-
 <p>
     Class implementing a custom QTreeWidgetItem to allow sorting on numeric
     values.
 </p>
+
 <h3>Derived from</h3>
 QTreeWidgetItem
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#ProfileTreeWidgetItem.__getNC">__getNC</a></td>
 <td>Private method to get the value to compare on for the first column.</td>
@@ -68,19 +65,20 @@
 <td>Special method to check, if the item is less than the other one.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="ProfileTreeWidgetItem.__getNC" ID="ProfileTreeWidgetItem.__getNC"></a>
 <h4>ProfileTreeWidgetItem.__getNC</h4>
 <b>__getNC</b>(<i>itm</i>)
-
 <p>
         Private method to get the value to compare on for the first column.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (ProfileTreeWidgetItem)</dt>
@@ -103,10 +101,10 @@
 <a NAME="ProfileTreeWidgetItem.__lt__" ID="ProfileTreeWidgetItem.__lt__"></a>
 <h4>ProfileTreeWidgetItem.__lt__</h4>
 <b>__lt__</b>(<i>other</i>)
-
 <p>
         Special method to check, if the item is less than the other one.
 </p>
+
 <dl>
 
 <dt><i>other</i> (ProfileTreeWidgetItem)</dt>
@@ -131,26 +129,24 @@
 <hr />
 <a NAME="PyProfileDialog" ID="PyProfileDialog"></a>
 <h2>PyProfileDialog</h2>
-
 <p>
     Class implementing a dialog to display the results of a profiling run.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_PyProfileDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#PyProfileDialog.__init__">PyProfileDialog</a></td>
 <td>Constructor</td>
@@ -212,19 +208,20 @@
 <td>Public slot to start the calculation of the profile data.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="PyProfileDialog.__init__" ID="PyProfileDialog.__init__"></a>
 <h4>PyProfileDialog (Constructor)</h4>
 <b>PyProfileDialog</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -235,10 +232,10 @@
 <a NAME="PyProfileDialog.__createResultItem" ID="PyProfileDialog.__createResultItem"></a>
 <h4>PyProfileDialog.__createResultItem</h4>
 <b>__createResultItem</b>(<i>calls, totalTime, totalTimePerCall, cumulativeTime, cumulativeTimePerCall, file, line, functionName, </i>)
-
 <p>
         Private method to create an entry in the result list.
 </p>
+
 <dl>
 
 <dt><i>calls</i> (int)</dt>
@@ -277,10 +274,10 @@
 <a NAME="PyProfileDialog.__createSummaryItem" ID="PyProfileDialog.__createSummaryItem"></a>
 <h4>PyProfileDialog.__createSummaryItem</h4>
 <b>__createSummaryItem</b>(<i>label, contents</i>)
-
 <p>
         Private method to create an entry in the summary list.
 </p>
+
 <dl>
 
 <dt><i>label</i> (str)</dt>
@@ -295,47 +292,47 @@
 <a NAME="PyProfileDialog.__eraseAll" ID="PyProfileDialog.__eraseAll"></a>
 <h4>PyProfileDialog.__eraseAll</h4>
 <b>__eraseAll</b>(<i></i>)
-
 <p>
         Private slot to handle the Erase All context menu action.
 </p>
+
 <a NAME="PyProfileDialog.__eraseProfile" ID="PyProfileDialog.__eraseProfile"></a>
 <h4>PyProfileDialog.__eraseProfile</h4>
 <b>__eraseProfile</b>(<i></i>)
-
 <p>
         Private slot to handle the Erase Profile context menu action.
 </p>
+
 <a NAME="PyProfileDialog.__eraseTiming" ID="PyProfileDialog.__eraseTiming"></a>
 <h4>PyProfileDialog.__eraseTiming</h4>
 <b>__eraseTiming</b>(<i></i>)
-
 <p>
         Private slot to handle the Erase Timing context menu action.
 </p>
+
 <a NAME="PyProfileDialog.__filter" ID="PyProfileDialog.__filter"></a>
 <h4>PyProfileDialog.__filter</h4>
 <b>__filter</b>(<i></i>)
-
 <p>
         Private slot to handle the Exclude/Include Python Library context menu
         action.
 </p>
+
 <a NAME="PyProfileDialog.__finish" ID="PyProfileDialog.__finish"></a>
 <h4>PyProfileDialog.__finish</h4>
 <b>__finish</b>(<i></i>)
-
 <p>
         Private slot called when the action finished or the user pressed the
         button.
 </p>
+
 <a NAME="PyProfileDialog.__populateLists" ID="PyProfileDialog.__populateLists"></a>
 <h4>PyProfileDialog.__populateLists</h4>
 <b>__populateLists</b>(<i>exclude=False</i>)
-
 <p>
         Private method used to populate the listviews.
 </p>
+
 <dl>
 
 <dt><i>exclude</i> (bool)</dt>
@@ -347,17 +344,17 @@
 <a NAME="PyProfileDialog.__resortResultList" ID="PyProfileDialog.__resortResultList"></a>
 <h4>PyProfileDialog.__resortResultList</h4>
 <b>__resortResultList</b>(<i></i>)
-
 <p>
         Private method to resort the tree.
 </p>
+
 <a NAME="PyProfileDialog.__showContextMenu" ID="PyProfileDialog.__showContextMenu"></a>
 <h4>PyProfileDialog.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>coord</i>)
-
 <p>
         Private slot to show the context menu of the listview.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -368,17 +365,17 @@
 <a NAME="PyProfileDialog.__unfinish" ID="PyProfileDialog.__unfinish"></a>
 <h4>PyProfileDialog.__unfinish</h4>
 <b>__unfinish</b>(<i></i>)
-
 <p>
         Private slot called to revert the effects of the __finish slot.
 </p>
+
 <a NAME="PyProfileDialog.closeEvent" ID="PyProfileDialog.closeEvent"></a>
 <h4>PyProfileDialog.closeEvent</h4>
 <b>closeEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle the close event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QCloseEvent)</dt>
@@ -389,10 +386,10 @@
 <a NAME="PyProfileDialog.on_buttonBox_clicked" ID="PyProfileDialog.on_buttonBox_clicked"></a>
 <h4>PyProfileDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)
-
 <p>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -403,10 +400,10 @@
 <a NAME="PyProfileDialog.start" ID="PyProfileDialog.start"></a>
 <h4>PyProfileDialog.start</h4>
 <b>start</b>(<i>pfn, fn=None</i>)
-
 <p>
         Public slot to start the calculation of the profile data.
 </p>
+
 <dl>
 
 <dt><i>pfn</i> (str)</dt>
@@ -420,4 +417,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial