Home
last modified time | relevance | path

Searched refs:sort_stats (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/test/
Dtest_pstats.py44 self.stats.sort_stats(arg_int)
52 self.stats.sort_stats(sort_name)
60 self.stats.sort_stats(sort_name)
65 self.assertRaises(TypeError, self.stats.sort_stats,
68 self.assertRaises(TypeError, self.stats.sort_stats,
Dtest_profile.py40 stats.strip_dirs().sort_stats("stdname")
/third_party/python/Doc/library/
Dprofile.rst130 ``-s`` specifies one of the :func:`~pstats.Stats.sort_stats` sort values to sort
147 p.strip_dirs().sort_stats(-1).print_stats()
150 the module names. The :meth:`~pstats.Stats.sort_stats` method sorted all the
155 p.sort_stats(SortKey.NAME)
162 p.sort_stats(SortKey.CUMULATIVE).print_stats(10)
171 p.sort_stats(SortKey.TIME).print_stats(10)
178 p.sort_stats(SortKey.FILENAME).print_stats('__init__')
184 p.sort_stats(SortKey.TIME, SortKey.CUMULATIVE).print_stats(.5, 'init')
264 ps = pstats.Stats(pr, stream=s).sort_stats(sortby)
385 .. method:: sort_stats(*keys)
[all …]
/third_party/python/Tools/scripts/
Dndiff.py131 stats.strip_dirs().sort_stats('time').print_stats()
/third_party/python/Lib/
DcProfile.py42 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
Dpstats.py236 def sort_stats(self, *field): member in Stats
731 self.stats.sort_stats(*line.split())
Dprofile.py388 pstats.Stats(self).strip_dirs().sort_stats(sort). \
/third_party/openGLES/xml/
Dgenheaders.py575 p.strip_dirs().sort_stats('time').print_stats(50)
Dgenglvnd.py626 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/egl-registry/api/
Dgenheaders.py638 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/opengl-registry/xml/
Dgenheaders.py598 p.strip_dirs().sort_stats('time').print_stats(50)
Dgenglvnd.py656 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/boost/tools/build/src/
Dbuild_system.py434 stats.sort_stats('time', 'calls')
/third_party/EGL/api/
Dgenheaders.py617 p.strip_dirs().sort_stats('time').print_stats(50)