Changeset 15928


Ignore:
Timestamp:
2007/09/24 09:00:37 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/index.php

    r15927 r15928  
    3030$objView->display(SITE_FRAME); 
    3131$end_time=$start_time = sfGetMicrotime_float(); 
    32 sfprintr( 'Script Execution Time: ' . round($end - $start, 10) . ' seconds');  
     32 
     33sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 10) . ' seconds');  
    3334//----------------------------------------------------------------------------------------------------------------------------------- 
    3435// Function to calculate script execution time.   
Note: See TracChangeset for help on using the changeset viewer.