Changeset 15923
- Timestamp:
- 2007/09/24 08:52:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/index.php
r15922 r15923 28 28 $objView->display(SITE_FRAME); 29 29 $end_time=$start_time = sfGetMicrotime_float(); 30 echo 'Script Execution Time: ' . round($end - $start, 3) . ' seconds';30 sfprintr( 'Script Execution Time: ' . round($end - $start, 3) . ' seconds'); 31 31 //----------------------------------------------------------------------------------------------------------------------------------- 32 32 // Function to calculate script execution time.
Note: See TracChangeset
for help on using the changeset viewer.