HomeSort by relevance Sort by last modified time
    Searched refs:stat_list (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 322 stat_list = self.fcn_list[:]
325 stat_list = self.stats.keys()
329 stat_list, msg = self.eval_print_amount(selection, stat_list, msg)
331 count = len(stat_list)
333 if not stat_list:
334 return 0, stat_list
338 for func in stat_list:
341 return width+2, stat_list