static function load_pqp()
 {
     $dir = dirname(__FILE__);
     require_once $dir . '/pqp/classes/PhpQuickProfiler.php';
     pqp_pi::$pqp_instance = new PhpQuickProfiler(PhpQuickProfiler::getMicroTime());
 }