Changeset 1746 for trunk/gregarius/cls

Show
Ignore:
Timestamp:
08/14/07 18:55:11 (16 months ago)
Author:
cfriesen
Message:

put the version # in the profile output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/profiler.php

    r1181 r1746  
    3737        $this -> __init_timer = $this->getmicrotime(); 
    3838        $this -> __prev_timer = $this -> __init_timer; 
    39         $this-> _pf('start'); 
     39        $this-> _pf('start ' . _VERSION_ . rss_svn_rev('.')); 
    4040    } 
    4141