/external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/ |
requires.txt | 8 [hotshot]
|
entry_points.txt | 25 profile = paste.debug.profile:make_profile_middleware [hotshot]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 2 import hotshot namespace 3 import hotshot.stats namespace 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot.""" 6 import hotshot.log namespace 8 from hotshot.log import ENTER, EXIT 27 log = hotshot.log.LogReader(self._logfn)
|
__init__.py | 7 _warnpy3k("The 'hotshot' module is not supported in 3.x, "
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 2 import hotshot namespace 3 import hotshot.stats namespace 8 p = hotshot.Profile(logfile) 16 stats = hotshot.stats.load(logfile)
|
stats.py | 1 """Statistics analyzer for HotShot.""" 6 import hotshot.log namespace 8 from hotshot.log import ENTER, EXIT 27 log = hotshot.log.LogReader(self._logfn)
|
__init__.py | 7 _warnpy3k("The 'hotshot' module is not supported in 3.x, "
|
/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/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
profile.py | 11 import hotshot namespace 12 import hotshot.stats namespace 31 This uses the ``hotshot`` module, which affects performance of the 63 prof = hotshot.Profile(self.log_filename) 75 stats = hotshot.stats.load(self.log_filename) 161 prof = hotshot.Profile(prof_filename) 176 stats = hotshot.stats.load(prof_filename)
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
main.py | 77 "--hotshot", 79 dest="hotshot" 152 elif options.hotshot: 153 import hotshot namespace 155 profiler = hotshot.Profile('hotshot.dat')
|
/external/chromium-trace/trace-viewer/third_party/Paste/ |
setup.py | 64 'hotshot': [], 93 profile = paste.debug.profile:make_profile_middleware [hotshot]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_hotshot.so | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |
/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...] |