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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 3 import _hotshot namespace
4 from _hotshot import ProfilerError
14 self._prof = p = _hotshot.profiler(
log.py 1 import _hotshot namespace
6 from _hotshot import \
30 self._reader = _hotshot.logreader(logfn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 3 import _hotshot namespace
4 from _hotshot import ProfilerError
14 self._prof = p = _hotshot.profiler(
log.py 1 import _hotshot namespace
6 from _hotshot import \
30 self._reader = _hotshot.logreader(logfn)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 5 import _hotshot namespace
118 coverage = hotshot._hotshot.coverage
134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 5 import _hotshot namespace
118 coverage = hotshot._hotshot.coverage
134 self.assertRaises((IOError, EOFError), _hotshot.logreader,

Completed in 373 milliseconds