HomeSort by relevance Sort by last modified time
    Searched full:ncalls (Results 26 - 50 of 60) sorted by null

12 3

  /toolchain/binutils/binutils-2.27/gprof/
symtab.h 57 unsigned long ncalls; /* How many times executed */
56 unsigned long ncalls; \/* How many times executed *\/ member in struct:sym
call_graph.c 67 child->ncalls += count;
  /external/libevent/
evmap-internal.h 86 void evmap_signal_active_(struct event_base *base, evutil_socket_t signum, int ncalls);
event.c 1313 short ncalls; local
    [all...]
evmap.c 490 evmap_signal_active_(struct event_base *base, evutil_socket_t sig, int ncalls)
503 event_active_nolock_(ev, EV_SIGNAL, ncalls);
  /external/python/cpython2/Doc/library/
hotshot.rst 145 ncalls tottime percall cumtime percall filename:lineno(function)
profile.rst 96 ncalls tottime percall cumtime percall filename:lineno(function)
110 ncalls
118 is the quotient of ``tottime`` divided by ``ncalls``
411 | ``'ncalls'`` | call count |
  /external/valgrind/none/tests/arm/
v8fpsimd_a.c 70 static UInt nCalls = 0, nIters = 0;
72 nCalls++;
113 if (0 == (nCalls & 0xFF))
114 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
v8fpsimd_t.c 70 static UInt nCalls = 0, nIters = 0;
72 nCalls++;
113 if (0 == (nCalls & 0xFF))
114 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
  /external/python/cpython2/Doc/tools/
susp-ignored.csv 71 library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:lineno(function)"
98 library/profile,,:lineno,ncalls tottime percall cumtime percall filename:lineno(function)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /external/python/cpython2/Lib/test/
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /external/python/cpython2/Lib/
pstats.py 175 "ncalls" : (((1,-1), ), "call count"),
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
430 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /external/python/cpython3/Lib/
pstats.py 161 "ncalls" : (((1,-1), ), "call count"),
389 print(" "*name_size + " ncalls tottime cumtime", file=self.stream)
417 print(' ncalls tottime percall cumtime percall', end=' ', file=self.stream)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pstats.py 175 "ncalls" : (((1,-1), ), "call count"),
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
430 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /prebuilts/gdb/linux-x86/lib/python2.7/
pstats.py 175 "ncalls" : (((1,-1), ), "call count"),
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
430 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 175 "ncalls" : (((1,-1), ), "call count"),
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
430 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 175 "ncalls" : (((1,-1), ), "call count"),
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
430 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /external/python/cpython3/Doc/library/
profile.rst 73 ncalls tottime percall cumtime percall filename:lineno(function)
87 ncalls
95 is the quotient of ``tottime`` divided by ``ncalls``
386 | ``'ncalls'`` | call count |
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pstats.py 409 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
438 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /art/tools/dmtracedump/
tracedump.cc     [all...]

Completed in 952 milliseconds

12 3