Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_pstats.py5 from pstats import SortKey
8 import pstats namespace
12 """Tests for pstats.add_callers helper."""
15 # pstats.add_callers should combine the call results of both target
20 new_callers = pstats.add_callers(target, source)
25 new_callers = pstats.add_callers(target, source)
31 stats_file = support.findfile('pstats.pck')
32 self.stats = pstats.Stats(stats_file)
36 stats = pstats.Stats(stream=stream)
110 ps = pstats
[all...]
H A Dtest_profile.py4 import pstats namespace
39 stats = pstats.Stats(prof, stream=s)
83 stats = pstats.Stats(prof, stream=s)
122 '-o', 'out.pstats',
126 self.assertTrue(os.path.exists('out.pstats'))
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_query.c128 uint64_t *pstats = (uint64_t *)&result.pipeline_statistics; in lvp_GetQueryPoolResults() local
132 *(uint64_t *)dptr = pstats[i]; in lvp_GetQueryPoolResults()
155 uint64_t *pstats = (uint64_t *)&result.pipeline_statistics; in lvp_GetQueryPoolResults() local
159 if (pstats[i] > UINT32_MAX) in lvp_GetQueryPoolResults()
162 *(uint32_t *)dptr = pstats[i]; in lvp_GetQueryPoolResults()
/third_party/python/Lib/
H A DcProfile.py42 import pstats namespace
43 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
62 nc = entry.callcount # ncalls column of pstats (before '/')
63 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
64 tt = entry.inlinetime # tottime column of pstats
65 ct = entry.totaltime # cumtime column of pstats
135 import pstats namespace
143 help="Sort order when printing to stdout, based on pstats.Stats class",
145 choices=sorted(pstats.Stats.sort_arg_dict_default))
H A Dprofile.py388 import pstats namespace
389 pstats.Stats(self).strip_dirs().sort_stats(sort). \
565 help="Sort order when printing to stdout, based on pstats.Stats class",
/third_party/python/Tools/scripts/
H A Dndiff.py126 import profile, pstats namespace
130 stats = pstats.Stats(statf)
/third_party/EGL/api/
H A Dgenheaders.py614 import cProfile, pstats namespace
616 p = pstats.Stats('profile.txt')
/third_party/openGLES/xml/
H A Dgenglvnd.py623 import cProfile, pstats namespace
625 p = pstats.Stats('profile.txt')
H A Dgenheaders.py572 import cProfile, pstats namespace
574 p = pstats.Stats('profile.txt')
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py653 import cProfile, pstats namespace
655 p = pstats.Stats('profile.txt')
H A Dgenheaders.py595 import cProfile, pstats namespace
597 p = pstats.Stats('profile.txt')
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py635 import cProfile, pstats namespace
637 p = pstats.Stats('profile.txt')

Completed in 8 milliseconds