男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

Basic usage

The example illustrates the basic StopWatch class usage

示例 #1 Measure several code blocks execution and get the total

<?php

$c 
= new HRTime\StopWatch;

$c->start();
/* measure this code block execution */
for ($i 0$i 1024*1024$i++);
$c->stop();
$elapsed0 $c->getLastElapsedTime(HRTime\Unit::NANOSECOND);

/* measurement is not running here*/
for ($i 0$i 1024*1024$i++);

$c->start();
/* measure this code block execution */
for ($i 0$i 1024*1024$i++);
$c->stop();
$elapsed1 $c->getLastElapsedTime(HRTime\Unit::NANOSECOND);

$elapsed_total $c->getElapsedTime(HRTime\Unit::NANOSECOND);

?>
男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站