/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
stones.py | 2 import hotshot
3 import hotshot.stats
8 p = hotshot.Profile(logfile)
16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot."""
6 import hotshot.log
8 from hotshot.log import ENTER, EXIT
27 log = hotshot.log.LogReader(self._logfn)
|
/external/python/cpython2/Lib/hotshot/ |
stones.py | 2 import hotshot 3 import hotshot.stats 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot.""" 6 import hotshot.log 8 from hotshot.log import ENTER, EXIT 27 log = hotshot.log.LogReader(self._logfn)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/ |
stones.py | 2 import hotshot 3 import hotshot.stats 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot.""" 6 import hotshot.log 8 from hotshot.log import ENTER, EXIT 27 log = hotshot.log.LogReader(self._logfn)
|
/prebuilts/gdb/linux-x86/lib/python2.7/hotshot/ |
stones.py | 2 import hotshot 3 import hotshot.stats 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot.""" 6 import hotshot.log 8 from hotshot.log import ENTER, EXIT 27 log = hotshot.log.LogReader(self._logfn)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 2 import hotshot 3 import hotshot.stats 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot.""" 6 import hotshot.log 8 from hotshot.log import ENTER, EXIT 27 log = hotshot.log.LogReader(self._logfn)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 2 import hotshot 3 import hotshot.stats 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot.""" 6 import hotshot.log 8 from hotshot.log import ENTER, EXIT 27 log = hotshot.log.LogReader(self._logfn)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
hotshotmain.py | 5 Run a Python script under hotshot's control.
17 import hotshot
18 import hotshot.stats
20 PROFILE = "hotshot.prof"
23 prof = hotshot.Profile(profile)
28 stats = hotshot.stats.load(profile)
|
/external/python/cpython2/Tools/scripts/ |
hotshotmain.py | 5 Run a Python script under hotshot's control. 17 import hotshot 18 import hotshot.stats 20 PROFILE = "hotshot.prof" 23 prof = hotshot.Profile(profile) 28 stats = hotshot.stats.load(profile)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True)
variable 12 from hotshot.log import ENTER, EXIT, LINE
13 from hotshot import stats
26 class UnlinkingLogReader(hotshot.log.LogReader):
32 hotshot.log.LogReader.__init__(self, logfn)
36 return hotshot.log.LogReader.next(self)
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
118 coverage = hotshot._hotshot.coverage
|
/external/python/cpython2/Lib/test/ |
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True) variable 12 from hotshot.log import ENTER, EXIT, LINE 13 from hotshot import stats 26 class UnlinkingLogReader(hotshot.log.LogReader): 32 hotshot.log.LogReader.__init__(self, logfn) 36 return hotshot.log.LogReader.next(self) 46 return hotshot.Profile(self.logfn, lineevents, linetimings) 118 coverage = hotshot._hotshot.coverage
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True) variable 12 from hotshot.log import ENTER, EXIT, LINE 13 from hotshot import stats 26 class UnlinkingLogReader(hotshot.log.LogReader): 32 hotshot.log.LogReader.__init__(self, logfn) 36 return hotshot.log.LogReader.next(self) 46 return hotshot.Profile(self.logfn, lineevents, linetimings) 118 coverage = hotshot._hotshot.coverage
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True) variable 12 from hotshot.log import ENTER, EXIT, LINE 13 from hotshot import stats 26 class UnlinkingLogReader(hotshot.log.LogReader): 32 hotshot.log.LogReader.__init__(self, logfn) 36 return hotshot.log.LogReader.next(self) 46 return hotshot.Profile(self.logfn, lineevents, linetimings) 118 coverage = hotshot._hotshot.coverage
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True) variable 12 from hotshot.log import ENTER, EXIT, LINE 13 from hotshot import stats 26 class UnlinkingLogReader(hotshot.log.LogReader): 32 hotshot.log.LogReader.__init__(self, logfn) 36 return hotshot.log.LogReader.next(self) 46 return hotshot.Profile(self.logfn, lineevents, linetimings) 118 coverage = hotshot._hotshot.coverage
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 11 hotshot = test_support.import_module('hotshot', deprecated=True) variable 12 from hotshot.log import ENTER, EXIT, LINE 13 from hotshot import stats 26 class UnlinkingLogReader(hotshot.log.LogReader): 32 hotshot.log.LogReader.__init__(self, logfn) 36 return hotshot.log.LogReader.next(self) 46 return hotshot.Profile(self.logfn, lineevents, linetimings) 118 coverage = hotshot._hotshot.coverage
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
main.py | 77 "--hotshot", 79 dest="hotshot" 152 elif options.hotshot: 153 import hotshot 155 profiler = hotshot.Profile('hotshot.dat')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Makefile | 954 encodings compiler hotshot \ [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
Makefile | 955 encodings compiler hotshot \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 954 encodings compiler hotshot \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 955 encodings compiler hotshot \ [all...] |