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

  /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)
  /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 namespace
155 profiler = hotshot.Profile('hotshot.dat')
  /external/chromium_org/tools/grit/grit/
grit_runner.py 264 import hotshot namespace
265 prof = hotshot.Profile(options.profile_dest)
  /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 445 milliseconds