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> |