Changeset 15923


Ignore:
Timestamp:
2007/09/24 08:52:48 (16 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r15922 r15923  
    2828$objView->display(SITE_FRAME); 
    2929$end_time=$start_time = sfGetMicrotime_float(); 
    30 echo 'Script Execution Time: ' . round($end - $start, 3) . ' seconds';  
     30sfprintr( 'Script Execution Time: ' . round($end - $start, 3) . ' seconds');  
    3131//----------------------------------------------------------------------------------------------------------------------------------- 
    3232// Function to calculate script execution time.  
Note: See TracChangeset for help on using the changeset viewer.