Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_pstats.py45 self.stats.sort_stats(arg_int)
53 self.stats.sort_stats(sort_name)
61 self.stats.sort_stats(sort_name)
67 self.stats.sort_stats(member)
92 self.assertRaises(TypeError, self.stats.sort_stats,
95 self.assertRaises(TypeError, self.stats.sort_stats,
H A Dtest_profile.py40 stats.strip_dirs().sort_stats("stdname")
/third_party/python/Tools/scripts/
H A Dndiff.py131 stats.strip_dirs().sort_stats('time').print_stats()
/third_party/python/Lib/
H A DcProfile.py43 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
H A Dpstats.py92 The sort_stats() method now processes some additional options (i.e., in
98 For example sort_stats('time', 'name') or sort_stats(SortKey.TIME,
101 sort_stats() and get_sort_arg_defs(self) for more examples.
104 Stats('foo', 'goo').strip_dirs().sort_stats('calls').\
237 def sort_stats(self, *field): member in Stats
732 self.stats.sort_stats(*line.split())
H A Dprofile.py389 pstats.Stats(self).strip_dirs().sort_stats(sort). \
/third_party/EGL/api/
H A Dgenheaders.py617 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/openGLES/xml/
H A Dgenglvnd.py626 p.strip_dirs().sort_stats('time').print_stats(50)
H A Dgenheaders.py575 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py656 p.strip_dirs().sort_stats('time').print_stats(50)
H A Dgenheaders.py598 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py638 p.strip_dirs().sort_stats('time').print_stats(50)

Completed in 10 milliseconds