Exemplo n.º 1
0
 /**
  * getStat
  *
  * Return statistics
  *
  * @return array Statistics data
  */
 public static function getStat()
 {
     return array('db' => DBI::getStat(), 'memory' => self::getMemoryUsage(), 'time' => sprintf('%1.6f', microtime(true) - self::$_startTime) . ' sec.');
 }