:profile: n. 1. A control file for a program, esp. a text file
automatically read from each user's home directory and intended to
be easily modified by the user in order to customize the program's
behavior. Used to avoid {hardcoded} choices (see also {dot
file}, {rc file}). 2. [techspeak] A report on the amounts of
time spent in each routine of a program, used to find and {tune}
away the {hot spot}s in it. This sense is often verbed. Some
profiling modes report units other than time (such as call counts)
and/or report at granularities other than per-routine, but the idea
is similar.
-- The AI Hackers Dictionary
Related:
profile n.
1. A control file for a program, esp. a text
file automatically read from each user's home directory and
intended to be easily modified by the user in order to customize
the program's behavior....
c file /R-C fi:l/ n.
[Unix: from `runcom files' on
the CTSS system 1962-63 via the startup script
/etc/rc] Script file containing startup instructions for an
application program (or an entire operating system), usually a text
file containing commands of the sort that might have been invoked
manually once the system was running but are to be executed
automatically each time the system starts up....