Home
last modified time | relevance | path

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

1234

/toolchain/binutils/binutils-2.25/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.25/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.25/gas/testsuite/gas/bfin/
Dallinsn16.s4 # iterate 0x40 times
12 # iterate 0x20 times
20 # iterate 0x4 times
/toolchain/binutils/binutils-2.25/libiberty/
Dclock.c82 times (&tms); in clock()
94 times (&vms_times); in clock()
Dgetruntime.c105 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.ac393 sysmp table times wait3 wait4"
413 table times tmpnam \
526 strtol strtoul sysconf times tmpnam vfprintf vprintf \
/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c13087 int times; member
13180 ptr->times = 0; in nds32_elf_ifc_insert_symbol()
13737 int times; member
13750 int times; member
13765 int times; member
13828 ret->times = 0; in nds32_elf_code_hash_newfunc()
13855 (temp->next->times >= ptr->times in nds32_elf_ex9_insert_entry()
13856 || temp->times == -1)) in nds32_elf_ex9_insert_entry()
13858 if (temp->times == -1) in nds32_elf_ex9_insert_entry()
13862 if (ptr->times > temp->times && temp->times != -1) in nds32_elf_ex9_insert_entry()
[all …]
/toolchain/binutils/binutils-2.25/gold/
Dtimer.cc97 now->wall = (times(&t) * 1000) / ticks_per_sec; in get_time()
Dconfig.in172 /* Define to 1 if you have the `times' function. */
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf-generic.em54 /* The first few times we allow any change to
/toolchain/binutils/binutils-2.25/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.
Dc-m68k.texi451 any instructions have been assembled. If it is given multiple times,
460 any instructions have been assembled. If it is given multiple times,
/toolchain/binutils/binutils-2.25/gas/
DNEWS159 tables used, at the expense of longer assembly times, and
522 * New option "--statistics" for printing out program run times. This is
523 intended to be used with the gcc "-Q" option, which prints out times spent in
/toolchain/binutils/binutils-2.25/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.25/gprof/po/
Dgprof.pot107 msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
Dja.po114 msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
Dsr.po117 msgid "[cg_tally] arc from %s to %s traversed %lu times\n"

1234