09/10/2018, 23:28
Phần mềm tính thời gian thực thi code.
Em đang cần một phần mềm để tính chính xác thời gian thực hiện của một lệnh php hay một file php.
ví dụ :
line Time
1 0.005ms
2 125ms.
4 0.123ms
Bác nào biết phần mềm đó chỉ giáo với
ví dụ :
line Time
1 0.005ms
2 125ms.
4 0.123ms
Bác nào biết phần mềm đó chỉ giáo với
Bài liên quan
Simple:
<!-- put this at the top of the page -->
<?php
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime***91;1***93; + $mtime***91;0***93;;
$starttime = $mtime;
;?>
<!-- put other code and html in here -->
<!-- put this code at the bottom of the page -->
<?php
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime***91;1***93; + $mtime***91;0***93;;
$endtime = $mtime;
$totaltime = ($endtime - $starttime);
echo "This page was created in ".$totaltime." seconds";
;?>
Em tìm mãi GRIND mà chẳng thấy