[phpwebapp-commits] CVS: web_app/timer class.Timer.php,1.10,1.11
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:02
|
Update of /cvsroot/phpwebapp/web_app/timer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/timer Modified Files: class.Timer.php Log Message: automatic code documentation generation Index: class.Timer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/timer/class.Timer.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** class.Timer.php 1 Nov 2005 13:24:25 -0000 1.10 --- class.Timer.php 2 Nov 2005 15:17:54 -0000 1.11 *************** *** 25,28 **** --- 25,30 ---- * Used for mesuring the execution time of * SQL queries and other processes or procedures. + * @package misc + * @subpackage timer */ class Timer |