phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api starter.inc.php,1.1.1.1.2.10,1.1.1.1.2.11


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api starter.inc.php,1.1.1.1.2.10,1.1.1.1.2.11
Date: Fri, 31 Oct 2003 00:25:00 +0000

Update of /cvsroot/phpgroupware/api
In directory subversions:/tmp/cvs-serv32199/api

Modified Files:
      Tag: proposal-branch
        starter.inc.php 
Log Message:
moved timer to be universal

Index: starter.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/starter.inc.php,v
retrieving revision 1.1.1.1.2.10
retrieving revision 1.1.1.1.2.11
diff -C2 -d -r1.1.1.1.2.10 -r1.1.1.1.2.11
*** starter.inc.php     28 Oct 2003 08:52:07 -0000      1.1.1.1.2.10
--- starter.inc.php     31 Oct 2003 00:24:58 -0000      1.1.1.1.2.11
***************
*** 36,39 ****
--- 36,47 ----
        
\****************************************************************************/
  
+       // This isn't used yet
+       function perfgetmicrotime()
+       {
+               list($usec, $sec) = explode(' ',microtime());
+               return ((float)$usec + (float)$sec);
+       }
+       $GLOBALS['debug_timer']['start'] = perfgetmicrotime();
+       
        if (floor(phpversion()) == 3)
        {





reply via email to

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