Lines Matching full:time
150 [ \-\-[no\-]time=\fIname\fR] [ \-\-all\-lines ] [ \-\-brief ]
176 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
178 Cycles are discovered, and calls into a cycle are made to share the time
183 The \fIflat profile\fR shows how much time your program spent in each function,
189 of how much time was spent in the subroutines of each function. This can
191 lot of time.
491 file/function/block where they were defined.) Time spent in these
550 a program is spending its time, it also significantly increases
551 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
567 .ie n .IP """\-\-time=\f(CIsymspec\f(CW""" 4
568 .el .IP "\f(CW\-\-time=\f(CIsymspec\f(CW\fR" 4
569 .IX Item "--time=symspec"
577 .ie n .IP """\-\-no\-time=\f(CIsymspec\f(CW""" 4
578 .el .IP "\f(CW\-\-no\-time=\f(CIsymspec\f(CW\fR" 4
579 .IX Item "--no-time=symspec"
605 that had no time spent in them. This is useful in conjunction with the
684 time spent in the function (and children who were not called from
685 anywhere else), will not be used to compute the percentages-of-time for
700 only time spent in the function and its children (and their
701 children...) will be used to determine total-time and
702 percentages-of-time for the call graph. More than one \fB\-F\fR option
724 We assume that the time for each execution of a function
725 can be expressed by the total time for the function divided
727 Thus the time propagated along the call graph arcs to the function's
731 Parents that are not themselves profiled will have the time of
734 not have their time propagated further.