Changeset 18912 for branches/camp/camp-2_5-E/data
- Timestamp:
- 2010/11/06 15:27:57 (16 years ago)
- Location:
- branches/camp/camp-2_5-E/data/class
- Files:
-
- 1 added
- 1 edited
-
SC_Plugin.php (added)
-
SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_View.php
r18910 r18912 137 137 $time_end = SC_Utils_Ex::sfMicrotimeFloat(); 138 138 $time = $time_end - $this->time_start; 139 echo '処理時間: ' . sprintf('%.3f', $time) . 秒;139 echo '処理時間: ' . sprintf('%.3f', $time) . '秒'; 140 140 } 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.
