Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->start = memory_get_usage(true);
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->start = self::now();
 }