Home | History | Annotate | Download | only in man1

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
538 a program is spending its time, it also significantly increases
539 the running time of \f(CW\*(C`gprof\*(C'\fR, and magnifies statistical
555 .ie n .IP """\-\-time[=\f(CIsymspec\f(CW]""" 4
556 .el .IP "\f(CW\-\-time[=\f(CIsymspec\f(CW]\fR" 4
557 .IX Item "--time[=symspec]"
565 .ie n .IP """\-\-no\-time[=\f(CIsymspec\f(CW]""" 4
566 .el .IP "\f(CW\-\-no\-time[=\f(CIsymspec\f(CW]\fR" 4
567 .IX Item "--no-time[=symspec]"
581 that had no time spent in them. This is useful in conjunction with the
661 time spent in the function (and children who were not called from
662 anywhere else), will not be used to compute the percentages-of-time for
677 only time spent in the function and its children (and their
678 children...) will be used to determine total-time and
679 percentages-of-time for the call graph. More than one \fB\-F\fR option
700 We assume that the time for each execution of a function
701 can be expressed by the total time for the function divided
703 Thus the time propagated along the call graph arcs to the function's
707 Parents that are not themselves profiled will have the time of
710 not have their time propagated further.