phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.150,1.151


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.150,1.151
Date: Sat, 17 Aug 2002 15:28:11 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2640/phpgwapi/inc

Modified Files:
        class.common.inc.php 
Log Message:
Was missing this piece.. Now it will display the timer debug statement.

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.150
retrieving revision 1.151
diff -C2 -r1.150 -r1.151
*** class.common.inc.php        25 Jun 2002 01:38:34 -0000      1.150
--- class.common.inc.php        17 Aug 2002 19:28:09 -0000      1.151
***************
*** 1443,1446 ****
--- 1443,1452 ----
                                        unset($GLOBALS['phpgw']->crypto);
                                }
+                               
+                               if (DEBUG_TIMER)
+                               {
+                                       $GLOBALS['debug_timer_stop'] = 
perfgetmicrotime();
+                                       echo 'Page loaded in ' . 
($GLOBALS['debug_timer_stop'] - $GLOBALS['debug_timer_start']) . ' seconds.';
+                               }
                        }
  //                    echo 'an app is trying to run the phpgw_footer() more 
than once<br>';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]