写了一段代码,需要测试一下执行时间,怎么办?使用 microtime();方法即可。
<?php
use JajoJSONDB;
$json_db = new JSONDB( __DIR__ );
$start_time = microtime(true);
for ($i=0; $i < 10000; $i++) {
$json_db->insert( 'users.json',
[
'name' => 'Thomas',
'state' => 'Nigeria',
'age' => 22
]
);
}
$end_time = microtime(true);
echo (($end_time - $start_time)*1000) . "毫秒 rn";
exit;
专业提供WordPress主题安装、深度汉化、加速优化等各类网站建设服务,详询在线客服!