function __destruct()
 {
     $this->end_time = owa_lib::microtime_float();
     $total_time = $this->end_time - $this->start_time;
     $this->e->debug(sprintf('Total session time: %s', $total_time));
     $this->e->debug("goodbye from OWA");
     owa_coreAPI::profileDisplay();
     return;
 }