Lines Matching full:main
152 35.29 0.14 0.06 main
218 exit normally: by returning from `main' or by calling `exit'. Calling
649 `main.c'
650 Selects everything in file `main.c'--the dot in the string tells
656 `main'
657 Selects all functions named `main'.
673 `_main' from your `main' function, `gprof' still prints it as
674 `main' in its output, so you should use `main' in symspecs.
676 `main.c:main'
677 Selects function `main' in file `main.c'.
679 `main.c:134'
680 Selects line 134 in file `main.c'.
734 0.00 0.06 0.00 1 0.00 50.00 main
828 0.00 0.05 1/1 main [2]
833 [2] 100.0 0.00 0.05 1 main [2]
836 0.00 0.05 1/1 main [2]
886 `report' in our main example, together with the heading line that shows
933 `main'.
963 0.00 0.05 1/1 main [2]
967 called from `main':
971 was called from `main'.
975 when `report' was called from `main'.
978 amount of time spent within calls to `report' from `main'.
981 Two numbers: the number of times `report' was called from `main',
1013 `main', the primary line and a line for a subroutine, together with the
1018 [2] 100.0 0.00 0.05 1 main [2]
1021 Here are the meanings of the fields in the subroutine-line for `main'
1026 when `report' was called from `main'.
1030 when `report' was called from `main'.
1033 total time spent in calls to `report' from `main'.
1036 Two numbers, the number of calls to `report' from `main' followed
1039 `children' time gets credited to `main'. *Note Estimating
1043 The name of the subroutine of `main' to which this line applies,
1088 `a' from `main'; both `a' and `b' called `c'.
1092 1.77 0 1/1 main [2]
1102 1.77 0 1/1 main [2]
1110 for `main', which calls `a', and an entry for `c', with callers `a' and
1116 0.16 1.77 1/1 main [2]
1119 [2] 100.00 0.16 1.77 1 main [2]
1122 1.77 0 1/1 main [2]
1133 1.77 0 1/1 main [2]
1614 `monstartup' before `main', is used instead of the default `crt0.o'.
1618 (typically when `main' is called), calls `monstartup'.