Searched refs:pstats (Results 1 - 14 of 14) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_pstats.py3 import pstats namespace
8 """Tests for pstats.add_callers helper."""
11 """pstats.add_callers should combine the call results of both target
16 new_callers = pstats.add_callers(target, source)
21 new_callers = pstats.add_callers(target, source)
H A Dtest_profile.py4 import pstats namespace
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
H A Dtest_sundry.py69 import pstats namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_pstats.py3 import pstats namespace
8 """Tests for pstats.add_callers helper."""
11 """pstats.add_callers should combine the call results of both target
16 new_callers = pstats.add_callers(target, source)
21 new_callers = pstats.add_callers(target, source)
H A Dtest_profile.py4 import pstats namespace
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
H A Dtest_sundry.py69 import pstats namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A Dstats.py4 import pstats namespace
35 # have to the seconds that the profile/pstats module work
52 return pstats.Stats(p)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
H A Dstats.py4 import pstats namespace
35 # have to the seconds that the profile/pstats module work
52 return pstats.Stats(p)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DcProfile.py80 import pstats namespace
81 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
103 tt = entry.inlinetime # tottime column of pstats
104 ct = entry.totaltime # cumtime column of pstats
172 help="Sort order when printing to stdout, based on pstats.Stats class",
H A Dprofile.py408 import pstats namespace
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
574 print 'Report generating functions are in the "pstats" module\a'
583 help="Sort order when printing to stdout, based on pstats.Stats class",
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DcProfile.py80 import pstats namespace
81 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
103 tt = entry.inlinetime # tottime column of pstats
104 ct = entry.totaltime # cumtime column of pstats
172 help="Sort order when printing to stdout, based on pstats.Stats class",
H A Dprofile.py408 import pstats namespace
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
574 print 'Report generating functions are in the "pstats" module\a'
583 help="Sort order when printing to stdout, based on pstats.Stats class",
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 661 milliseconds