Documentation/Source/eric5.DebugClients.Python3.PyProfile.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
45 <p> 45 <p>
46 Class extending the standard Python profiler with additional methods. 46 Class extending the standard Python profiler with additional methods.
47 </p><p> 47 </p><p>
48 This class extends the standard Python profiler by the functionality to 48 This class extends the standard Python profiler by the functionality to
49 save the collected timing data in a timing cache, to restore these data 49 save the collected timing data in a timing cache, to restore these data
50 on subsequent calls, to store a profile dump to a standard filename and 50 on subsequent calls, to store a profile dump to a standard filename and
51 to erase these caches. 51 to erase these caches.
52 </p> 52 </p>
53 <h3>Derived from</h3> 53 <h3>Derived from</h3>
54 profile.Profile 54 profile.Profile
55 <h3>Class Attributes</h3> 55 <h3>Class Attributes</h3>
81 <td>Private method used to trace functions calls.</td> 81 <td>Private method used to trace functions calls.</td>
82 </tr> 82 </tr>
83 </table> 83 </table>
84 <a NAME="PyProfile.__init__" ID="PyProfile.__init__"></a> 84 <a NAME="PyProfile.__init__" ID="PyProfile.__init__"></a>
85 <h4>PyProfile (Constructor)</h4> 85 <h4>PyProfile (Constructor)</h4>
86 <b>PyProfile</b>(<i>basename, timer = None, bias = None</i>) 86 <b>PyProfile</b>(<i>basename, timer=None, bias=None</i>)
87 <p> 87 <p>
88 Constructor 88 Constructor
89 </p><dl> 89 </p><dl>
90 <dt><i>basename</i></dt> 90 <dt><i>basename</i></dt>
91 <dd> 91 <dd>

eric ide

mercurial