- Timestamp:
- 08/14/07 18:55:11 (16 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/profiler.php
r1181 r1746 37 37 $this -> __init_timer = $this->getmicrotime(); 38 38 $this -> __prev_timer = $this -> __init_timer; 39 $this-> _pf('start ');39 $this-> _pf('start ' . _VERSION_ . rss_svn_rev('.')); 40 40 } 41 41
