Home
last modified time | relevance | path

Searched refs:pystones (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/hotshot/
Dstones.py9 benchtime, stones = p.runcall(test.pystone.pystones)
/external/python/cpython2/Lib/test/
Dpystone.py61 benchtime, stones = pystones(loops)
67 def pystones(loops=LOOPS): function
/external/python/cpython2/Doc/library/
Dhotshot.rst130 Note that this example runs the Python "benchmark" pystones. It can take some
135 >>> benchtime, stones = prof.runcall(test.pystone.pystones)
/external/python/cpython2/Misc/
DHISTORY12664 - The test.pystone module has a new function, pystones(loops=LOOPS),
/external/python/cpython3/Misc/
DHISTORY30043 - The test.pystone module has a new function, pystones(loops=LOOPS),