Lines Matching full:main
151 35.29 0.14 0.06 main
217 exit normally: by returning from `main' or by calling `exit'. Calling
648 `main.c'
649 Selects everything in file `main.c'--the dot in the string tells
655 `main'
656 Selects all functions named `main'.
672 `_main' from your `main' function, `gprof' still prints it as
673 `main' in its output, so you should use `main' in symspecs.
675 `main.c:main'
676 Selects function `main' in file `main.c'.
678 `main.c:134'
679 Selects line 134 in file `main.c'.
733 0.00 0.06 0.00 1 0.00 50.00 main
827 0.00 0.05 1/1 main [2]
832 [2] 100.0 0.00 0.05 1 main [2]
835 0.00 0.05 1/1 main [2]
885 `report' in our main example, together with the heading line that shows
932 `main'.
962 0.00 0.05 1/1 main [2]
966 called from `main':
970 was called from `main'.
974 when `report' was called from `main'.
977 amount of time spent within calls to `report' from `main'.
980 Two numbers: the number of times `report' was called from `main',
1012 `main', the primary line and a line for a subroutine, together with the
1017 [2] 100.0 0.00 0.05 1 main [2]
1020 Here are the meanings of the fields in the subroutine-line for `main'
1025 when `report' was called from `main'.
1029 when `report' was called from `main'.
1032 total time spent in calls to `report' from `main'.
1035 Two numbers, the number of calls to `report' from `main' followed
1038 `children' time gets credited to `main'. *Note Estimating
1042 The name of the subroutine of `main' to which this line applies,
1087 `a' from `main'; both `a' and `b' called `c'.
1091 1.77 0 1/1 main [2]
1101 1.77 0 1/1 main [2]
1109 for `main', which calls `a', and an entry for `c', with callers `a' and
1115 0.16 1.77 1/1 main [2]
1118 [2] 100.00 0.16 1.77 1 main [2]
1121 1.77 0 1/1 main [2]
1132 1.77 0 1/1 main [2]
1613 `monstartup' before `main', is used instead of the default `crt0.o'.
1617 (typically when `main' is called), calls `monstartup'.