HomeSort by relevance Sort by last modified time
    Searched refs:hotshot (Results 1 - 19 of 19) sorted by null

  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/gdb/linux-x86/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)
  /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)
  /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)
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
mockParser.py 26 import hotshot namespace
27 import hotshot.stats namespace
28 prof = hotshot.Profile('stats.prof')
31 stats = hotshot.stats.load('stats.prof')
  /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/chromium-trace/catapult/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')
  /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...]

Completed in 300 milliseconds