Changeset 15925
- Timestamp:
- 2007/09/24 08:56:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/index.php
r15924 r15925 32 32 sfprintr( 'Script Execution Time: ' . round($end - $start, 3) . ' seconds'); 33 33 //----------------------------------------------------------------------------------------------------------------------------------- 34 // Function to calculate script execution time. 34 // Function to calculate script execution time. 35 35 function sfGetMicrotime_float () { 36 36 list ($msec, $sec) = explode(' ', microtime());
Note: See TracChangeset
for help on using the changeset viewer.