Content deleted Content added
→Instrumentation: rm spam magnet |
added prog exec box |
||
Line 1:
{{refimprove|date=January 2009}}
{{Program execution}}
In [[software engineering]], '''profiling''' ("program profiling", "software profiling") is a form of [[dynamic program analysis]] that measures, for example, the space (memory) or time [[Computational complexity theory|complexity of a program]], the [[instruction set simulator|usage of particular instructions]], or the frequency and duration of function calls. Most commonly, profiling information serves to aid program [[optimization (computer science)|optimization]].
|