Home
last modified time | relevance | path

Searched refs:print_stats (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DcProfile.py36 result = prof.print_stats(sort)
56 result = prof.print_stats(sort)
79 def print_stats(self, sort=-1): member in Profile
81 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
Dprofile.py76 return prof.print_stats(sort)
93 return prof.print_stats(sort)
416 def print_stats(self, sort=-1): member in Profile
419 print_stats()
Dpstats.py351 def print_stats(self, *amount): member in Stats
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
Dstones.py20 stats.print_stats(20)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dhotshotmain.py35 stats.print_stats()
Dndiff.py131 stats.strip_dirs().sort_stats('time').print_stats()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_profile.py57 stats.print_stats()