Searched refs:profiling (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/share/doc/psd/18.gprof/
H A DMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c75 static int profiling = 3; variable
89 #define MSG "No space for profiling buffer(s)\n"
188 /* If PROFDIR contains a null value, no profiling output is produced */
304 * check that we are profiling
307 if (profiling) {
310 profiling++;
392 profiling--;
398 profiling++; /* halt further profiling */
405 * Control profiling
[all...]
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c35 * process profiling on solaris 2.X X86
104 static int profiling = 3; variable
118 #define MSG "No space for profiling buffer(s)\n"
279 * check that we are profiling
282 if (profiling) {
285 profiling++;
367 profiling--;
373 profiling++; /* halt further profiling */
380 * Control profiling
[all...]
H A Dsol2-c1.asm155 ! A dummy profiling support routine for non-profiling executables,
156 ! in case we link in some objects that have been compiled for profiling.
H A Dsol2-gc1.asm45 ! to allow program profiling, by calling monstartup on entry and _mcleanup
101 ! Start profiling
/freebsd-10.2-release/sys/kern/
H A Dkern_clocksource.c96 static int profiling = 0; /* Profiling events enabled. */ variable
201 if (profiling) {
260 if (profiling && event > state->nextprof)
425 while (freq < (profiling ? profhz : stathz))
683 * Switch to profiling clock rates.
690 if (profiling == 0) {
693 profiling = 1;
696 profiling = 1;
698 profiling++;
710 if (profiling
[all...]
/freebsd-10.2-release/usr.sbin/config/
H A Dconfig.h201 extern int profiling;
H A Dmkmakefile.c149 if (profiling)
150 fprintf(ofp, "PROFLEVEL=%d\n", profiling);
322 * [ dev* [ | dev* ... ] | profiling-routine ] [ no-obj ]
464 if (eq(wd, "profiling-routine")) {
494 if (filetype == PROFILING && profiling == 0)
716 if (!profiling)
H A Dmain.c78 int profiling; variable
145 profiling++;
H A Dconfig.y189 PROFILE NUMBER { profiling = $2; } |
/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c166 static bool profiling = FALSE; variable
745 if (!profiling) {
747 goto nonlocal; /* always run the optimizer if profiling */
840 if (!profiling)
977 if (profiling)
1160 profiling = TRUE;
1184 profiling = FALSE;
/freebsd-10.2-release/contrib/gcc/doc/
H A Dmakefile.texi140 Builds a compiler with profiling feedback information. For more
/freebsd-10.2-release/contrib/bmake/mk/
H A Dlib.mk42 # .po is used for profiling object files.
/freebsd-10.2-release/contrib/subversion/
H A Dconfigure1579 --enable-gprof Produce gprof profiling data in 'gmon.out' (GCC
21942 { $as_echo "$as_me:${as_lineno-$LINENO}: Enabling gprof profiling data (to gmon.out)." >&5
21943 $as_echo "$as_me: Enabling gprof profiling data (to gmon.out)." >&6;}
/freebsd-10.2-release/contrib/apr/
H A Dconfigure1562 --enable-profile Turn on profiling for the build (GCC)

Completed in 179 milliseconds