OSDN Git Service

FIX:バッチ処理中のメッセージが正しく表示されなかったのでパースの順序を修正
[nucleus-jp/nucleus-next.git] / benchmark.inc
index 99fe504..9e2f344 100644 (file)
@@ -1,15 +1,14 @@
-<?php
-
-if (!function_exists('getmtime'))
-{
-       function getmtime()
-       {
-               $a = explode (' ',microtime());
-               return(double) $a[0] + $a[1];
-       }
-}
-
-// For benchmarking
-global $StartTime;
-$StartTime = getmtime();
-?>
+<?php\r
+\r
+if (!function_exists('getmtime'))\r
+{\r
+       function getmtime()\r
+       {\r
+               $a = explode (' ',microtime());\r
+               return(double) $a[0] + $a[1];\r
+       }\r
+}\r
+\r
+// For benchmarking\r
+global $StartTime;\r
+$StartTime = getmtime();\r