“执行时间”常见的英文表达有 “execution time” 或 “runtime”(在特定语境下,如程序运行场景)。
execution time:较为正式和通用,强调从开始执行到完成执行所花费的时间,可用于各种领域,比如描述任务、程序、指令等的执行时长。例如:The execution time of this algorithm needs to be optimized.(需要优化这个算法的执行时间。 )
runtime:更常用于计算机编程、软件运行等语境,侧重于程序运行期间所经历的时间。例如:The runtime of this program is relatively short.(这个程序的运行时间相对较短。 )