noun, verb, -filed, -fil⋅ing.| 1. | the outline or contour of the human face, esp. the face viewed from one side. |
| 2. | a picture or representation of the side view of a head. |
| 3. | an outlined view, as of a city or mountain. |
| 4. | an outline of an object, as a molding, formed on a vertical plane passed through the object at right angles to one of its principal horizontal dimensions. |
| 5. | a drawing or the like representing this. |
| 6. | Surveying. a vertical section of the ground surface taken parallel to a survey line. Compare cross section (def. 6). |
| 7. | a verbal, arithmetical, or graphic summary or analysis of the history, status, etc., of a process, activity, relationship, or set of characteristics: a biochemical profile of a patient's blood; a profile of national consumer spending. |
| 8. | an informal biography or a concisely presented sketch of the life and character of a person. |
| 9. | a set of characteristics or qualities that identify a type or category of person or thing: a profile of a typical allergy sufferer. |
| 10. | the look, configuration, or lines of something: cars with a modern profile. |
| 11. | degree of noticeability; visibility. |
| 12. | Psychology. a description of behavioral and personality traits of a person compared with accepted norms or standards. |
| 13. | Theater. a flat stage property or scenic piece cut from a firm, thin material, as of beaverboard or plywood, and having an irregular edge resembling the silhouette of a natural object. |
| 14. | (in a gear) the outline of either end of a tooth. |
| 15. | Naval Architecture. a longitudinal elevation or section of a vessel. Compare outboard profile. |
| 16. | to draw a profile of. |
| 17. | to produce or present a history, description, or analysis of: The magazine will profile the candidate in its next issue. |

pro·file (prō'fīl') n.
[Italian profilo, from profilare, to draw in outline : pro-, forward (from Latin prō-; see pro-1) + filare, to draw a line (from Medieval Latin fīlāre, to spin, from Latin fīlum, thread; see gwhī- in Indo-European roots).] pro'fil·er n. |
(pro)file
|
profile pro·file (prō'fīl')
n.
A side view of an object or a structure, especially of the human head.
A formal summary or analysis of data, often in the form of a graph or table, representing distinctive features or characteristics.
PROFILE
Simple language for matching and scoring data. "User's Manual for the PROFILE System", Cambridge Computer Assoc (May 1974).
[The Jargon File]
profile
1. A control file for a program, especially a text file automatically read from each user's home directory and intended to be easily modified by the user in order to customise the program's behaviour. Used to avoid hard-coded choices (see also dot file, rc file).
2. A report on the amounts of time spent in each routine of a program, used to find and tune away the hot spots 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.