runtime

From Lazarus wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

English (en) suomi (fi)

Runtime or run time is the amount of time an executable program takes from start to end, from begin to end. In operating systems like Unix, it can be approximated by the tool time(1).

Run-time refers to the environment the program is in during execution. It encompasses the program's own state (for example the process context), as well as the machine's state in general (for instance, amount of available memory, or the operating system).

see also