OSDN Git Service

preparation for 4.0 trunk: move whole scripts just under trunk directory
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / skins / default / inc / show_benchmark.inc
diff --git a/utf8/skins/default/inc/show_benchmark.inc b/utf8/skins/default/inc/show_benchmark.inc
deleted file mode 100644 (file)
index ecd2bf5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php\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
-  global $StartTime, $SQLCount;\r
-  $loadtime = getmtime() - $StartTime;\r
-  printf("%.3f sec/%d queries", $loadtime, $SQLCount);\r
-?>\r