eric6/DebugClients/Python/PyProfile.py

changeset 7690
a59680062837
parent 7639
422fd05e9c91
child 7785
9978016560ec
equal deleted inserted replaced
7689:147236d850a4 7690:a59680062837
8 8
9 import os 9 import os
10 import marshal 10 import marshal
11 import profile 11 import profile
12 import atexit 12 import atexit
13 import pickle 13 import pickle # secok
14 14
15 15
16 class PyProfile(profile.Profile): 16 class PyProfile(profile.Profile):
17 """ 17 """
18 Class extending the standard Python profiler with additional methods. 18 Class extending the standard Python profiler with additional methods.

eric ide

mercurial