Runtime
The runtime is the time a program runs from its start until its termination. Optimizations during the runtime are called online.
Classical
Examples
- The following codes snippet will measure the runtime of a python program:
$ python -m timeit programm.py
Synonyms
- Classical Execution Time
- Running time