runtime
/ˈrʌntaɪm/ (bre, ipa) · /ˈrʌntaɪm/ (ame, ipa)
runtime — 名詞
1. the total length of time from the beginning to the end of a film, television pro
片長
電影或影音的總播放時間
the total length of time from the beginning to the end of a film, television programme, or online video
The film has a runtime of just over two hours, including the closing credits.
這部電影的片長剛好超過兩小時,包含片尾工作人員名單。
collocation: a runtime of [time period]
Astrid checked the DVD case for the runtime before deciding whether to watch it tonight.
Astrid 先看了一下 DVD 盒上的片長,才決定今晚要不要看。
With a runtime of nearly three hours, the director's cut is much longer.
導演剪輯版的片長將近三小時,比原始版本長了許多。
Nala was surprised that the documentary had a much shorter runtime than most Hollywood films.
Nala 很驚訝這部紀錄片的片長比大多數好萊塢電影短得多。
文法句型
a runtime of [length]
with a runtime of [length]
用法筆記
Often used with 'of' or 'with' to specify the length. Common in film reviews, streaming-service descriptions, and DVD packaging.
常見錯誤
2. the period during which a computer program is actively running and carrying out
執行時間
程式運行的時間長度
the period during which a computer program is actively running and carrying out its instructions, or the length of that period
The app's runtime increased significantly after the latest update, frustrating many users.
這款應用程式在最新更新後,執行時間大幅增加,讓許多使用者感到困擾。
collocation: runtime increases / decreases
Saira measured the runtime of each search algorithm to compare their efficiency.
Saira 測量了每種搜尋演算法的執行時間,以比較它們的效率。
verb + runtime: measure runtime
Errors during runtime are often harder to fix than those found while writing code.
在執行時間出現的錯誤,往往比寫程式碼時發現的錯誤更難修正。
The new processor reduced the algorithm's runtime from ten minutes to just thirty seconds.
新的處理器將演算法的執行時間從十分鐘縮短到僅三十秒。
- execution time
more precise; used in performance measurement contexts
- run time
alternative spelling; means the same thing
- compile time
the period when a program is being compiled, before it runs
文法句型
during runtime
at runtime
runtime of [program]
用法筆記
In programming, 'runtime' is often contrasted with 'compile time' or 'design time.' 'At runtime' refers to the moment when the program is actually executing, as opposed to when it is being written or compiled.
常見錯誤
3. a software system that provides the basic tools, libraries, and environment need
執行環境
讓程式得以執行的軟體平台
a software system that provides the basic tools, libraries, and environment needed for a particular computer program to be executed and run correctly
To play this game on your computer, you first need to install the Java runtime.
要在你的電腦上玩這款遊戲,必須先安裝 Java 執行環境。
collocation: install a / the [name] runtime
The development team chose a runtime that supports multiple operating systems for their new application.
開發團隊為他們的新應用程式選擇了一個支援多種作業系統的執行環境。
verb + runtime: choose / select a runtime
A runtime handles memory management and other low-level tasks, letting programmers focus on writing features.
執行環境負責處理記憶體管理等底層工作,讓程式設計師可以專注於開發功能。
Dahlia updated the runtime on her server before deploying the new web application.
Dahlia 在部署新的網路應用程式之前,更新了伺服器上的執行環境。
- runtime environment
fuller term; slightly more formal and precise
- runtime system
emphasises the system-level infrastructure aspect
文法句型
[programming language] runtime
install a runtime
runtime for [language/platform]
用法筆記
Often referred to as a 'runtime environment' or 'runtime system.' Common examples include the Java Runtime Environment (JRE) and the .NET runtime. The term is most frequently used in discussions about programming languages and software deployment.