Ignore:
Timestamp:
2007/09/24 09:03:40 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r15929 r15930  
    2424$objPage = sfGetPageLayout($objPage, false, "index.php"); 
    2525 
    26 sfprintr("a"); 
    27  
    2826$objView = new SC_SiteView(); 
    2927$objView->assignobj($objPage); 
     
    3129$end_time=sfGetMicrotime_float(); 
    3230 
    33 sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 10) . ' seconds');  
     31sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 5) . ' seconds');  
    3432//----------------------------------------------------------------------------------------------------------------------------------- 
    3533// Function to calculate script execution time.   
Note: See TracChangeset for help on using the changeset viewer.