Lines Matching full:time
142 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
169 Cycles are discovered, and calls into a cycle are made to share the time
174 The \fIflat profile\fR shows how much time your program spent in each function,
180 of how much time was spent in the subroutines of each function. This can
182 lot of time.
482 file/function/block where they were defined.) Time spent in these
541 a program is spending its time, it also significantly increases
542 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
558 .ie n .IP """\-\-time=\f(CIsymspec\f(CW""" 4
559 .el .IP "\f(CW\-\-time=\f(CIsymspec\f(CW\fR" 4
560 .IX Item "--time=symspec"
568 .ie n .IP """\-\-no\-time=\f(CIsymspec\f(CW""" 4
569 .el .IP "\f(CW\-\-no\-time=\f(CIsymspec\f(CW\fR" 4
570 .IX Item "--no-time=symspec"
584 that had no time spent in them. This is useful in conjunction with the
664 time spent in the function (and children who were not called from
665 anywhere else), will not be used to compute the percentages-of-time for
680 only time spent in the function and its children (and their
681 children...) will be used to determine total-time and
682 percentages-of-time for the call graph. More than one \fB\-F\fR option
703 We assume that the time for each execution of a function
704 can be expressed by the total time for the function divided
706 Thus the time propagated along the call graph arcs to the function's
710 Parents that are not themselves profiled will have the time of
713 not have their time propagated further.