看板 [ PHP ]
討論串[請益] PHP 執行時間的 class 或 function
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者roga (任性)時間14年前 (2011/07/29 12:14), 編輯資訊
0
0
1
內容預覽:
^^^^. 請用 pear 的 benchmark pkg. http://pear.php.net/package/Benchmark/. require('/usr/share/php/Benchmark/Timer.php');. $timer = new Benchmark_Timer();
(還有497個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者tkdmaf (皮皮快跑)時間14年前 (2011/07/27 17:56), 編輯資訊
0
0
0
內容預覽:
自己隨手寫一個:. <?php. class effect_time {. var $start_time;. var $end_time;. function start(){. $this->start_time = $this->_return_time();. return $this->s
(還有413個字)

推噓0(0推 0噓 1→)留言1則,0人參與, 最新作者Jerr (身為老爸老媽嚕..)時間14年前 (2011/07/27 16:02), 編輯資訊
0
0
2
內容預覽:
XHProf:. XHProf is a light-weight hierarchical and instrumentation based profiler.. http://hk.php.net/manual/en/book.xhprof.php. http://yogoman.pixnet

推噓0(0推 0噓 2→)留言2則,0人參與, 最新作者chan15 (ChaN)時間14年前 (2011/07/27 13:28), 編輯資訊
0
0
0
內容預覽:
請教一下,有沒有哪邊有不錯的測試程式碼執行時間軟體. 一個頁面「多段」測試,顯示多段結果的. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 220.134.11.173.
首頁
上一頁
1
下一頁
尾頁