计算脚本执行时间

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了计算脚本执行时间相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. $start = (float) array_sum(explode(' ',microtime()));
  3.  
  4. // put you code that wanted to render at here
  5.  
  6. $end = (float) array_sum(explode(' ',microtime()));
  7.  
  8. echo "Processing time: ". sprintf("%.4f", ($end-$start))." seconds";
  9. ?>

以上是关于计算脚本执行时间的主要内容,如果未能解决你的问题,请参考以下文章

计算脚本执行时间

使用微秒来计算PHP脚本的执行时间

javascript脚本程序执行消耗的时间

shell脚本示例:计算毫秒级微秒级时间差

sc:电子表格计算器,使用脚本执行

接口测试进阶接口脚本使用--apipost(预/后执行脚本)