54 profile.Profile |
54 profile.Profile |
55 <h3>Class Attributes</h3> |
55 <h3>Class Attributes</h3> |
56 <table> |
56 <table> |
57 <tr><td>dispatch</td></tr> |
57 <tr><td>dispatch</td></tr> |
58 </table> |
58 </table> |
|
59 <h3>Class Methods</h3> |
|
60 <table> |
|
61 <tr><td>None</td></tr> |
|
62 </table> |
59 <h3>Methods</h3> |
63 <h3>Methods</h3> |
60 <table> |
64 <table> |
61 <tr> |
65 <tr> |
62 <td><a href="#PyProfile.__init__">PyProfile</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr><tr> |
|
65 <td><a href="#PyProfile.__restore">__restore</a></td> |
66 <td><a href="#PyProfile.__restore">__restore</a></td> |
66 <td>Private method to restore the timing data from the timing cache.</td> |
67 <td>Private method to restore the timing data from the timing cache.</td> |
67 </tr><tr> |
68 </tr><tr> |
68 <td><a href="#PyProfile.dump_stats">dump_stats</a></td> |
69 <td><a href="#PyProfile.dump_stats">dump_stats</a></td> |
69 <td>Public method to dump the statistics data.</td> |
70 <td>Public method to dump the statistics data.</td> |
78 <td>Public method to store the collected profile data.</td> |
79 <td>Public method to store the collected profile data.</td> |
79 </tr><tr> |
80 </tr><tr> |
80 <td><a href="#PyProfile.trace_dispatch_call">trace_dispatch_call</a></td> |
81 <td><a href="#PyProfile.trace_dispatch_call">trace_dispatch_call</a></td> |
81 <td>Private method used to trace functions calls.</td> |
82 <td>Private method used to trace functions calls.</td> |
82 </tr> |
83 </tr> |
|
84 </table> |
|
85 <h3>Static Methods</h3> |
|
86 <table> |
|
87 <tr><td>None</td></tr> |
83 </table> |
88 </table> |
84 <a NAME="PyProfile.__init__" ID="PyProfile.__init__"></a> |
89 <a NAME="PyProfile.__init__" ID="PyProfile.__init__"></a> |
85 <h4>PyProfile (Constructor)</h4> |
90 <h4>PyProfile (Constructor)</h4> |
86 <b>PyProfile</b>(<i>basename, timer=None, bias=None</i>) |
91 <b>PyProfile</b>(<i>basename, timer=None, bias=None</i>) |
87 <p> |
92 <p> |