Changeset 21583 for branches/version-2_12-dev/data/class/SC_Query.php
- Timestamp:
- 2012/03/04 04:46:21 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Query.php
r21582 r21583 1038 1038 $arrStartInfo = array( 1039 1039 'http_request_id' => $arrInfo['http_request_id'], 1040 'time_start' => SC_Utils_Ex::sfMicrotimeFloat(),1040 'time_start' => microtime(true), 1041 1041 'count' => ++$arrInfo['count'], 1042 1042 ); … … 1068 1068 $msg = "[execute end {$arrStartInfo['http_request_id']}#{$arrStartInfo['count']}]\n"; 1069 1069 1070 $timeEnd = SC_Utils_Ex::sfMicrotimeFloat();1070 $timeEnd = microtime(true); 1071 1071 $timeExecTime = $timeEnd - $arrStartInfo['time_start']; 1072 1072
Note: See TracChangeset
for help on using the changeset viewer.
