Home | History | Annotate | Download | only in python2.7

Lines Matching refs:ct

128         for func, (cc, nc, tt, ct, callers) in self.stats.items():
230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
231 stats_list.append((cc, nc, tt, ct) + func +
250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
261 (cc, nc, tt, ct, newcallers))
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
385 cc, nc, tt, ct, callers = self.stats[func]
395 for cc, nc, tt, ct, callers in self.stats.itervalues():
415 nc, cc, tt, ct = value
421 f8(tt), f8(ct), name)
434 cc, nc, tt, ct, callers = self.stats[func]
444 print >> self.stream, f8(ct),
448 print >> self.stream, f8(float(ct)/cc),
501 cc, nc, tt, ct, callers = source
503 return (cc+t_cc, nc+t_nc, tt+t_tt, ct+t_ct,