Runtime
Runtime, or run time, in computing denotes the period during which a program is executing, from launch to termination. It also refers to the execution environment that supports a program’s operation. This usage is distinct from compile time, which is when source code is translated into executable form.
A program’s runtime consists of the runtime environment and, for many languages, a runtime system. The runtime
Performance and behavior at runtime depend on the implementation. Runtime metrics commonly include elapsed wall-clock time
Examples of runtime infrastructures include the Java Virtual Machine and the .NET Common Language Runtime, which
In language design, the term runtime can refer to the actual environment provided by a platform, or