Searched defs:hotshot (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A Dstones.py2 import hotshot namespace
3 import hotshot.stats namespace
8 p = hotshot.Profile(logfile)
16 stats = hotshot.stats.load(logfile)
H A Dstats.py6 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/
H A Dstones.py2 import hotshot namespace
3 import hotshot.stats namespace
8 p = hotshot.Profile(logfile)
16 stats = hotshot.stats.load(logfile)
H A Dstats.py6 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/
H A Dtest_hotshot.py11 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/
H A Dtest_hotshot.py11 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

Completed in 2419 milliseconds