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