Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/toolchain/binutils/binutils-2.25/include/gdb/
Dsignals.def46 SET (GDB_SIGNAL_XCPU, 24, "SIGXCPU", "CPU time limit exceeded")
69 SET (GDB_SIGNAL_REALTIME_33, 45, "SIG33", "Real-time event 33")
70 SET (GDB_SIGNAL_REALTIME_34, 46, "SIG34", "Real-time event 34")
71 SET (GDB_SIGNAL_REALTIME_35, 47, "SIG35", "Real-time event 35")
72 SET (GDB_SIGNAL_REALTIME_36, 48, "SIG36", "Real-time event 36")
73 SET (GDB_SIGNAL_REALTIME_37, 49, "SIG37", "Real-time event 37")
74 SET (GDB_SIGNAL_REALTIME_38, 50, "SIG38", "Real-time event 38")
75 SET (GDB_SIGNAL_REALTIME_39, 51, "SIG39", "Real-time event 39")
76 SET (GDB_SIGNAL_REALTIME_40, 52, "SIG40", "Real-time event 40")
77 SET (GDB_SIGNAL_REALTIME_41, 53, "SIG41", "Real-time event 41")
[all …]
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-unix.c126 struct pex_time *time) in pex_wait() argument
132 if (time == NULL) in pex_wait()
138 if (time != NULL) in pex_wait()
140 time->user_seconds = r.ru_utime.tv_sec; in pex_wait()
141 time->user_microseconds= r.ru_utime.tv_usec; in pex_wait()
142 time->system_seconds = r.ru_stime.tv_sec; in pex_wait()
143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
157 struct pex_time *time) in pex_wait() argument
159 if (time != NULL) in pex_wait()
160 memset (time, 0, sizeof (struct pex_time)); in pex_wait()
[all …]
Dpex-djgpp.c283 struct pex_time *time, int done ATTRIBUTE_UNUSED, in pex_djgpp_wait() argument
289 if (time != NULL) in pex_djgpp_wait()
290 memset (time, 0, sizeof *time); in pex_djgpp_wait()
Dpex-common.c69 obj->time = NULL; in pex_init_common()
529 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count); in pex_get_status_and_time()
535 obj->time == NULL ? NULL : &obj->time[i], in pex_get_status_and_time()
583 if (obj->time == NULL) in pex_get_times()
593 memcpy (vector, obj->time, count * sizeof (struct pex_time)); in pex_get_times()
630 free (obj->time); in pex_free()
Dpex-msdos.c287 struct pex_time *time, int done ATTRIBUTE_UNUSED, in pex_msdos_wait() argument
295 if (time != NULL) in pex_msdos_wait()
296 memset (time, 0, sizeof *time); in pex_msdos_wait()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dpr2404b.c6 int time; variable
15 printf ("time: %d\n", time); in main()
16 time = 10; in main()
17 printf ("time: %d\n", time); in main()
Dpr2404.out3 time: 0
4 time: 10
/toolchain/binutils/binutils-2.25/gprof/
Dbsd_callg_bl.m13 %time the percentage of the total time of the program
40 self* the number of seconds of this function's self time
45 descendent time which is due to calls from this
50 fraction which divides up the function's time to
67 self* the number of seconds of this child's self time
72 time which is due to being called by this
95 represent the self time and descendent time of the
107 to the time and call counts of the cycle.
Dhist.c432 symtab.base[j].hist.time += credit; in hist_assign_samples_1()
503 if (ignore_zeros && sym->ncalls == 0 && sym->hist.time == 0) in print_line()
506 accum_time += sym->hist.time; in print_line()
510 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line()
511 accum_time / hz, sym->hist.time / hz); in print_line()
514 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line()
515 accum_time / hz, sym->hist.time / hz); in print_line()
519 sym->ncalls, scale * sym->hist.time / hz / sym->ncalls, in print_line()
520 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls); in print_line()
544 time_diff = right->hist.time - left->hist.time; in cmp_time()
[all …]
Dfsf_callg_bl.m3 the total amount of time spent in each function and its children.
15 % time This is the percentage of the `total' time that was spent
20 self This is the total amount of time spent in this function.
22 children This is the total amount of time propagated into this
38 self This is the amount of time that was propagated directly
41 children This is the amount of time that was propagated from
60 self This is the amount of time that was propagated directly
63 children This is the amount of time that was propagated from the
Dgprof.texi52 execution time. We assume that you know how to write, compile, and
75 execution time. We assume that you know how to write, compile, and
119 [ --[no-]time=@var{name}] [ --all-lines ] [ --brief ]
148 @code{Gprof} calculates the amount of time spent in each routine.
150 Cycles are discovered, and calls into a cycle are made to share the time
158 We assume that the time for each execution of a function
159 can be expressed by the total time for the function divided
161 Thus the time propagated along the call graph arcs to the function's
165 Parents that are not themselves profiled will have the time of
168 not have their time propagated further.
[all …]
Dcg_arcs.c210 arc->time = child->hist.time * (((double) arc->count) in propagate_time()
214 share = arc->time + arc->child_time; in propagate_time()
222 arc->time *= parent->cg.prop.fract; in propagate_time()
234 printf (" with %f %f %lu/%lu\n", child->hist.time, in propagate_time()
264 cyc->hist.time += member->hist.time; in cycle_time()
266 cyc->cg.prop.self = cyc->cg.prop.fract * cyc->hist.time; in cycle_time()
518 child->cg.prop.self = child->hist.time * child->cg.prop.fract; in propagate_flags()
526 child->hist.time, child->cg.prop.self, print_time)); in propagate_flags()
Dflat_bl.m2 % the percentage of the total running time of the
3 time program used by this function.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dregreg.s6 ; too. This may seem wasteful of machine time, but then that time
7 ; is less expensive than any other time and still falling in cost.
/toolchain/binutils/binutils-2.25/gas/
Dacinclude.m458 dnl Check for existence of member $2 in type $1 in time.h
61 [AC_MSG_CHECKING([for $1.$2 in time.h])
65 #include <time.h>],
72 [Define if <time.h> has $1.$2.])
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-cr16.texi37 …sted accordingly. The linker uses the relocation entry to update the operand address at link time.}
39 …bal Offset Table. The linker uses this relocation entry to update the operand address at link time}
41 …sted accordingly. The linker uses the relocation entry to update the operand address at link time.}
91 This .long directive, the address of _myfunc, shifted right by 1 at link time.
/toolchain/binutils/binutils-2.25/gprof/po/
Duk.po161 " no time propagated\n"
185 msgid "%time"
186 msgstr "%time"
206 msgid "index %% time self children called name\n"
330 msgid "time is in ticks, not seconds\n"
380 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
394 "\t[--[no-]time=назва] [--all-lines] [--brief] [--debug[=рівень]]\n"
523 " no time accumulated\n"
542 msgid "time"
Dru.po159 " no time propagated\n"
183 msgid "%time"
184 msgstr "%time"
204 msgid "index %% time self children called name\n"
328 msgid "time is in ticks, not seconds\n"
378 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
392 "\t[--[no-]time=имя] [--all-lines] [--brief] [--debug[=уровень]]\n"
521 " no time accumulated\n"
540 msgid "time"
Did.po159 " no time propagated\n"
162 " no time propagated\n"
183 msgid "%time"
184 msgstr "%time"
204 msgid "index %% time self children called name\n"
328 msgid "time is in ticks, not seconds\n"
378 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
392 "\t[--[no-]time=nama] [--all-lines] [--brief] [--debug[=tingkat]]\n"
521 " no time accumulated\n"
540 msgid "time"
Dfi.po164 " no time propagated\n"
187 # _("index"), _("%time"), _("self"), _("descendants"),
191 msgid "%time"
192 msgstr "%time"
212 msgid "index %% time self children called name\n"
336 msgid "time is in ticks, not seconds\n"
386 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
400 "\t[--[no-]time=nimi] [--all-lines] [--brief] [--debug[=taso]]\n"
531 " no time accumulated\n"
550 msgid "time"
Dgprof.pot141 " no time propagated\n"
163 msgid "%time"
184 msgid "index %% time self children called name\n"
306 msgid "time is in ticks, not seconds\n"
356 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
480 " no time accumulated\n"
497 msgid "time"
Dsr.po159 " no time propagated\n"
183 msgid "%time"
184 msgstr "%time"
204 msgid "index %% time self children called name\n"
328 msgid "time is in ticks, not seconds\n"
378 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
521 " no time accumulated\n"
540 msgid "time"
Dhu.po161 " no time propagated\n"
185 msgid "%time"
186 msgstr "%time"
206 msgid "index %% time self children called name\n"
207 msgstr "index %% time self gyermekek meghívott név\n"
330 msgid "time is in ticks, not seconds\n"
380 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
394 "\t[--[no-]time=név] [--all-lines] [--brief] [--debug[=szint]]\n"
523 " no time accumulated\n"
542 msgid "time"
Dde.po158 " no time propagated\n"
183 msgid "%time"
184 msgstr "%time"
204 msgid "index %% time self children called name\n"
328 msgid "time is in ticks, not seconds\n"
378 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
392 "\t[--[no-]time=Name] [--all-lines] [--brief] [--debug[=Level]]\n"
521 " no time accumulated\n"
540 msgid "time"
Dnl.po164 " no time propagated\n"
167 " no time doorgegeven\n"
188 msgid "%time"
209 msgid "index %% time self children called name\n"
338 msgid "time is in ticks, not seconds\n"
389 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
403 "\t[--[no-]time=naam] [--all-lines] [--brief] [--debug[=graad]]\n"
539 " no time accumulated\n"
559 msgid "time"

12345678910>>...13