예제 #1
0
파일: usage.php 프로젝트: estvoyage/statsd
 function __construct()
 {
     parent::__construct();
     $this->start = memory_get_usage(true);
 }
예제 #2
0
파일: timer.php 프로젝트: estvoyage/statsd
 function __construct()
 {
     parent::__construct();
     $this->start = self::now();
 }