首页测试

master
chenzhi 5 years ago
parent fa82decb46
commit 4af962e5a6

@ -60,6 +60,21 @@ class IndexController extends AdminController {
//累计统计
$this->display();
}
/**
* 速度测试
*
* @param [type] $num
* @return void
*/
public function test($start,$end)
{
set_time_limit(0);
$t1 = microtime(true);
$this->foldLineDiagram($start,$end,1,true);
$t2 = microtime(true);
echo ("success runtime:".round($t2-$t1,3).'s'.PHP_EOL);
# code...
}
/*
* 今日折线图
*/

Loading…
Cancel
Save