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

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3591
2f2a4a76dd22
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
143 </p><dl> 143 </p><dl>
144 <dt><i>frame</i></dt> 144 <dt><i>frame</i></dt>
145 <dd> 145 <dd>
146 the frame object 146 the frame object
147 </dd> 147 </dd>
148 </dl><dl>
149 <dt>Returns:</dt>
150 <dd>
151 fixed up file name (string)
152 </dd>
148 </dl><a NAME="PyProfile.save" ID="PyProfile.save"></a> 153 </dl><a NAME="PyProfile.save" ID="PyProfile.save"></a>
149 <h4>PyProfile.save</h4> 154 <h4>PyProfile.save</h4>
150 <b>save</b>(<i></i>) 155 <b>save</b>(<i></i>)
151 <p> 156 <p>
152 Public method to store the collected profile data. 157 Public method to store the collected profile data.
156 <p> 161 <p>
157 Private method used to trace functions calls. 162 Private method used to trace functions calls.
158 </p><p> 163 </p><p>
159 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
160 profile.py calling fix_frame_filename above. 165 profile.py calling fix_frame_filename above.
161 </p> 166 </p><dl>
167 <dt><i>frame</i></dt>
168 <dd>
169 reference to the call frame
170 </dd><dt><i>t</i></dt>
171 <dd>
172 arguments
173 </dd>
174 </dl><dl>
175 <dt>Returns:</dt>
176 <dd>
177 flag indicating a successful handling (boolean)
178 </dd>
179 </dl>
162 <div align="right"><a href="#top">Up</a></div> 180 <div align="right"><a href="#top">Up</a></div>
163 <hr /> 181 <hr />
164 </body></html> 182 </body></html>

eric ide

mercurial