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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 549 total_calls = 0.0
554 total_calls += cc
559 print "total # calls =", total_calls
560 if total_calls != m + 1:
561 raise ValueError("internal error: total calls = %d" % total_calls)
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 89 self.total_calls = 0
129 self.total_calls += nc
144 self.total_calls += other.total_calls
351 print >> self.stream, indent, self.total_calls, "function calls",
352 if self.total_calls != self.prim_calls:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 549 total_calls = 0.0
554 total_calls += cc
559 print "total # calls =", total_calls
560 if total_calls != m + 1:
561 raise ValueError("internal error: total calls = %d" % total_calls)
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 89 self.total_calls = 0
129 self.total_calls += nc
144 self.total_calls += other.total_calls
351 print >> self.stream, indent, self.total_calls, "function calls",
352 if self.total_calls != self.prim_calls:
  /external/fio/
gettime.c 100 unsigned long total_calls = 0; local
112 total_calls += log->calls;
116 printf("Total %lu gettimeofday\n", total_calls);
  /external/libvncserver/x11vnc/
userinput.c 5441 static int ssec = 0, total_calls = 0; local
    [all...]

Completed in 930 milliseconds