Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 97) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Dpr2404b.c5 int times = -1; variable
11 printf ("times: %d\n", times); in main()
12 times = 20; in main()
13 printf ("times: %d\n", times); in main()
Dpr2404.out1 times: -1
2 times: 20
Dpr2404a.c8 clock_t ticks = times (&buf); in bar()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
Dallinsn16.s4 # iterate 0x40 times
12 # iterate 0x20 times
20 # iterate 0x4 times
/toolchain/binutils/binutils-2.27/gprof/
Dbsd_callg_bl.m24 called the number of times this function is called (other
27 self the number of times this function calls itself
48 called** the number of times this function is called by
53 total* the number of times this function was called by
75 called** the number of times this child is called by this
79 total* the number of times this child is called by all
94 the propagated times and propagation denominator
Dfsf_callg_bl.m25 called This is the number of times the function was called.
44 called This is the number of times this parent called the
45 function `/' the total number of times the function
66 called This is the number of times the function called
67 this child `/' the total number of times the child
81 for that member, how many times it was called from other members of
DREADME23 can be annotated with the number of times a function was invoked
24 or with the number of times each basic-block in a function was
164 is specified multiple times, annotated output is
185 times, annotated output is suppressed for the
195 option is specified multiple times, the flat
204 option is specified multiple times, the union of
214 specified multiple times, the call-graph includes
222 multiple times, the union of the selected symbols
231 times, the execution count listing includes
239 option is specified multiple times, the union of
[all …]
Dgprof.texi149 Next, these times are propagated along the edges of the call graph.
160 by the number of times the function is called.
162 parents is directly proportional to the number of times that
171 Any profiled children of signal catchers should have their times
244 and how many times that function was called. If you simply want to know
249 other functions it called, and how many times. There is also an estimate
255 source code, labeled with the number of times each line of the
345 there is no record of how many times they were called, or from where. This
468 specified multiple times, with different symspecs, to include
493 print a tally of functions and the number of times each was called.
[all …]
Dflat_bl.m12 calls the number of times this function was invoked, if
DTODO48 + flat profile should provide automatic scaling for per-call times because
/toolchain/binutils/binutils-2.27/libiberty/
Dclock.c82 times (&tms); in clock()
94 times (&vms_times); in clock()
Dgetruntime.c109 times (&tms); in get_run_time()
Dpexecute.txh15 Record subprocess times if possible.
264 Returns the process execution times of all programs run using
274 process times, all the fields will be set to @code{0}.
Dconfigure.ac395 sysmp table times wait3 wait4"
415 table times tmpnam \
528 strtol strtoul sysconf times tmpnam vfprintf vprintf \
/toolchain/binutils/binutils-2.27/gold/
Dtimer.cc97 now->wall = (times(&t) * 1000) / ticks_per_sec; in get_time()
Dconfig.in175 /* Define to 1 if you have the `times' function. */
/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c13114 int times; member
13207 ptr->times = 0; in nds32_elf_ifc_insert_symbol()
13766 int times; member
13779 int times; member
13794 int times; member
13857 ret->times = 0; in nds32_elf_code_hash_newfunc()
13884 (temp->next->times >= ptr->times in nds32_elf_ex9_insert_entry()
13885 || temp->times == -1)) in nds32_elf_ex9_insert_entry()
13887 if (temp->times == -1) in nds32_elf_ex9_insert_entry()
13891 if (ptr->times > temp->times && temp->times != -1) in nds32_elf_ex9_insert_entry()
[all …]
/toolchain/binutils/binutils-2.27/ld/emultempl/
Delf-generic.em54 /* The first few times we allow any change to
/toolchain/binutils/binutils-2.27/zlib/doc/
Dalgorithm.txt79 codes are replicated many times in such a table. What inflate() does is
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
Drfc1951.txt702 16: Copy the previous code length 3 - 6 times.
708 17: Repeat a code length of 0 for 3 - 10 times.
710 18: Repeat a code length of 0 for 11 - 138 times
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-i960.texi71 The counter following a branch records the number of times that branch
73 number of times the branch @emph{was} taken.
/toolchain/binutils/binutils-2.27/gas/
DNEWS228 tables used, at the expense of longer assembly times, and
591 * New option "--statistics" for printing out program run times. This is
592 intended to be used with the gcc "-Q" option, which prints out times spent in
/toolchain/binutils/binutils-2.27/ld/
Dldint.texinfo114 will be invoked 5 (or, in some cases, 6) times, with different
235 script 5 to 9 times. Each time it will set the shell variable
688 whether referencing the same PE structures several times is valid.
/toolchain/binutils/binutils-2.27/gprof/po/
Dgprof.pot107 msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
/toolchain/binutils/binutils-2.27/zlib/
Ddeflate.c1476 Call UPDATE_HASH() MIN_MATCH-3 more times
1699 Call UPDATE_HASH() MIN_MATCH-3 more times

1234