DebugClients/Python/PyProfile.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 790
2c0ea0163ef4
child 792
a13346916170
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
6 Module defining additions to the standard Python profile.py. 6 Module defining additions to the standard Python profile.py.
7 """ 7 """
8 8
9 import os 9 import os
10 import marshal 10 import marshal
11 import types
12 import profile 11 import profile
13 import atexit 12 import atexit
14 import pickle 13 import pickle
15 14
16 class PyProfile(profile.Profile): 15 class PyProfile(profile.Profile):

eric ide

mercurial