/prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/ |
stones.py | 9 benchtime, stones = p.runcall(test.pystone.pystones)
|
__init__.py | 70 def runcall(self, func, *args, **kw): member in class:Profile 78 return self._prof.runcall(func, args, kw)
|
/prebuilts/gdb/linux-x86/lib/python2.7/hotshot/ |
stones.py | 9 benchtime, stones = p.runcall(test.pystone.pystones)
|
__init__.py | 70 def runcall(self, func, *args, **kw): member in class:Profile 78 return self._prof.runcall(func, args, kw)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 9 benchtime, stones = p.runcall(test.pystone.pystones)
|
__init__.py | 70 def runcall(self, func, *args, **kw): member in class:Profile 78 return self._prof.runcall(func, args, kw)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
stones.py | 9 benchtime, stones = p.runcall(test.pystone.pystones)
|
__init__.py | 70 def runcall(self, func, *args, **kw): member in class:Profile 78 return self._prof.runcall(func, args, kw)
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
mockParser.py | 29 prof.runcall(x.parse, sys.argv[1], False)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_hotshot.so | |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_hotshot.py | 69 profiler.runcall(callable) 79 profiler.runcall(f, profiler)
|
test_zipimport_support.py | 229 pdb.runcall(f)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_hotshot.py | 69 profiler.runcall(callable) 79 profiler.runcall(f, profiler)
|
test_zipimport_support.py | 229 pdb.runcall(f)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 69 profiler.runcall(callable) 79 profiler.runcall(f, profiler)
|
test_zipimport_support.py | 229 pdb.runcall(f)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 69 profiler.runcall(callable) 79 profiler.runcall(f, profiler)
|
test_zipimport_support.py | 229 pdb.runcall(f)
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
profile.py | 66 prof.runcall(run_app) 170 result = prof.runcall(func, *args, **kw)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cProfile.py | 146 def runcall(self, func, *args, **kw): member in class:Profile
|
pdb.py | 28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace", 1247 def runcall(*args, **kwds): function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cProfile.py | 146 def runcall(self, func, *args, **kw): member in class:Profile
|
pdb.py | 28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace", 1247 def runcall(*args, **kwds): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cProfile.py | 146 def runcall(self, func, *args, **kw): member in class:Profile
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cProfile.py | 146 def runcall(self, func, *args, **kw): member in class:Profile
|