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

12

/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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",
/prebuilts/ndk/current/sources/third_party/vulkan/src/
H A Dlvl_genvk.py270 import cProfile, pstats namespace
272 p = pstats.Stats('profile.txt')
/prebuilts/ndk/r16/sources/third_party/vulkan/src/
H A Dlvl_genvk.py270 import cProfile, pstats namespace
272 p = pstats.Stats('profile.txt')

Completed in 685 milliseconds

12