diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.DebugClients.Python.PyProfile.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.PyProfile.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.PyProfile.html Sun Dec 17 17:15:19 2023 +0100 @@ -78,7 +78,7 @@ </tr> <tr> <td><a href="#PyProfile.fix_frame_filename">fix_frame_filename</a></td> -<td>Public method used to fixup the filename for a given frame.</td> +<td>Public method used to fix up the filename for a given frame.</td> </tr> <tr> <td><a href="#PyProfile.save">save</a></td> @@ -104,17 +104,17 @@ </p> <dl> -<dt><i>basename</i></dt> +<dt><i>basename</i> (str)</dt> <dd> -name of the script to be profiled (string) +name of the script to be profiled </dd> -<dt><i>timer</i></dt> +<dt><i>timer</i> (function)</dt> <dd> function defining the timing calculation </dd> -<dt><i>bias</i></dt> +<dt><i>bias</i> (float)</dt> <dd> -calibration value (float) +calibration value </dd> </dl> <a NAME="PyProfile.__restore" ID="PyProfile.__restore"></a> @@ -133,9 +133,9 @@ </p> <dl> -<dt><i>file</i></dt> +<dt><i>file</i> (str)</dt> <dd> -name of the file to write to (string) +name of the file to write to </dd> </dl> <a NAME="PyProfile.erase" ID="PyProfile.erase"></a> @@ -150,7 +150,7 @@ <b>fix_frame_filename</b>(<i>frame</i>) <p> - Public method used to fixup the filename for a given frame. + Public method used to fix up the filename for a given frame. </p> <p> The logic employed here is that if a module was loaded @@ -166,15 +166,21 @@ </p> <dl> -<dt><i>frame</i></dt> +<dt><i>frame</i> (frame)</dt> <dd> -the frame object +frame object </dd> </dl> <dl> <dt>Return:</dt> <dd> -fixed up file name (string) +fixed up file name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="PyProfile.save" ID="PyProfile.save"></a> @@ -197,11 +203,11 @@ </p> <dl> -<dt><i>frame</i></dt> +<dt><i>frame</i> (frame)</dt> <dd> reference to the call frame </dd> -<dt><i>t</i></dt> +<dt><i>t</i> (list of Any)</dt> <dd> arguments </dd> @@ -209,7 +215,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating a successful handling (boolean) +flag indicating a successful handling +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <div align="right"><a href="#top">Up</a></div>