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

changeset 3591
2f2a4a76dd22
parent 2966
f85f686981ad
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
79 </tr><tr> 79 </tr><tr>
80 <td><a href="#PyProfile.save">save</a></td> 80 <td><a href="#PyProfile.save">save</a></td>
81 <td>Public method to store the collected profile data.</td> 81 <td>Public method to store the collected profile data.</td>
82 </tr><tr> 82 </tr><tr>
83 <td><a href="#PyProfile.trace_dispatch_call">trace_dispatch_call</a></td> 83 <td><a href="#PyProfile.trace_dispatch_call">trace_dispatch_call</a></td>
84 <td>Private method used to trace functions calls.</td> 84 <td>Public method used to trace functions calls.</td>
85 </tr> 85 </tr>
86 </table> 86 </table>
87 <h3>Static Methods</h3> 87 <h3>Static Methods</h3>
88 <table> 88 <table>
89 <tr><td>None</td></tr> 89 <tr><td>None</td></tr>
157 Public method to store the collected profile data. 157 Public method to store the collected profile data.
158 </p><a NAME="PyProfile.trace_dispatch_call" ID="PyProfile.trace_dispatch_call"></a> 158 </p><a NAME="PyProfile.trace_dispatch_call" ID="PyProfile.trace_dispatch_call"></a>
159 <h4>PyProfile.trace_dispatch_call</h4> 159 <h4>PyProfile.trace_dispatch_call</h4>
160 <b>trace_dispatch_call</b>(<i>frame, t</i>) 160 <b>trace_dispatch_call</b>(<i>frame, t</i>)
161 <p> 161 <p>
162 Private method used to trace functions calls. 162 Public method used to trace functions calls.
163 </p><p> 163 </p><p>
164 This is a variant of the one found in the standard Python 164 This is a variant of the one found in the standard Python
165 profile.py calling fix_frame_filename above. 165 profile.py calling fix_frame_filename above.
166 </p><dl> 166 </p><dl>
167 <dt><i>frame</i></dt> 167 <dt><i>frame</i></dt>

eric ide

mercurial