execution time的意思|示意
[计] 执行时间;完成时间
execution time的用法详解
Execution time是指程序或程序段在某一确定条件下,从开始运行到结束运行的时间。它是电脑科学领域里一个重要的概念,经常被用来评估一段程序的效率。一般来说,如果程序的执行时间越短,性能越好。
Execution time的用法主要有两种:一种是静态的,即在运行前手工计算;另一种是动态的,即在程序运行时通过某种方式实时计算出执行时间。静态计算方法一般用于研究算法,动态计算方法一般用于性能分析和优化。
例如,为了实现代码优化,可以先通过静态计算找出程序中拥有最高执行时间的片段,然后重新编写代码,这样可以减少执行时间。而且使用动态计算方法,可以实时计算出各种参数的影响,以便找出冗余代码或可以进行优化的代码,从而达到提高程序性能的目的。
总之,execution time是程序性能分析和优化的重要指标,在实际项目中经常会用到,特别是移动开发、大数据处理等场景。正常情况下,执行时间越短,性能越好,但也要针对不同的程序和场景,根据实际情况对其进行优化,以达到最佳性能。
execution time相关短语
1、 Worst-case execution time 的执行时间,程序最差情况执行时间,最差情况执行时间
2、 program execution time 程序执行时间
3、 instruction execution time 指令实行时间,指令执行时间
4、 optimal execution time 最佳执行时间
5、 Request Execution Time 请求执行时间
6、 planning execution time 规划执行时间
7、 execution time theory 执行时间理论
8、 worst case execution time 执行时间,最坏执行时间,最坏情况执行时间,情况执行时间
9、 execution time character set 执行时间字符集,执行时间字元集
execution time相关例句
We also propose an efficient searching algorithm to reduce the execution time of block matching.
我们也提出了减小区块搜寻区域的演算法来增加执行速度.
互联网
At execution time, a just - in - time ( JIT ) compiler translates the MSIL into native code.
在执行时, 实时 ( JIT ) 编译器将MSIL翻译为本机代码.
互联网
Subsequent text is ignored at execution time.
执行时会忽略后续的文本.
互联网