/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
D | pr2404b.c | 5 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()
|
D | pr2404.out | 1 times: -1 2 times: 20
|
D | pr2404a.c | 8 clock_t ticks = times (&buf); in bar()
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/ |
D | allinsn16.s | 4 # iterate 0x40 times 12 # iterate 0x20 times 20 # iterate 0x4 times
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | bsd_callg_bl.m | 24 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
|
D | fsf_callg_bl.m | 25 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
|
D | README | 23 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 …]
|
D | gprof.texi | 149 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 …]
|
D | flat_bl.m | 12 calls the number of times this function was invoked, if
|
D | TODO | 48 + flat profile should provide automatic scaling for per-call times because
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | clock.c | 82 times (&tms); in clock() 94 times (&vms_times); in clock()
|
D | getruntime.c | 109 times (&tms); in get_run_time()
|
D | pexecute.txh | 15 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}.
|
D | configure.ac | 395 sysmp table times wait3 wait4" 415 table times tmpnam \ 528 strtol strtoul sysconf times tmpnam vfprintf vprintf \
|
/toolchain/binutils/binutils-2.27/gold/ |
D | timer.cc | 97 now->wall = (times(&t) * 1000) / ticks_per_sec; in get_time()
|
D | config.in | 175 /* Define to 1 if you have the `times' function. */
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-nds32.c | 13114 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/ |
D | elf-generic.em | 54 /* The first few times we allow any change to
|
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | algorithm.txt | 79 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
|
D | rfc1951.txt | 702 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/ |
D | c-i960.texi | 71 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/ |
D | NEWS | 228 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/ |
D | ldint.texinfo | 114 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/ |
D | gprof.pot | 107 msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | deflate.c | 1476 Call UPDATE_HASH() MIN_MATCH-3 more times 1699 Call UPDATE_HASH() MIN_MATCH-3 more times
|