From: Andreas Scherbaum Date: Sun, 26 Feb 2012 23:59:56 +0000 (+0100) Subject: - document function X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=079cdc731069cd298a8ba4dfb8f596b9b8651ba5;p=docbot.git - document function --- diff --git a/docbot.pl b/docbot.pl index a15de46..f134490 100755 --- a/docbot.pl +++ b/docbot.pl @@ -270,7 +270,14 @@ exit 0; ###################################################################### - +# init_statistics() +# +# init statistic counters +# +# parameter: +# none +# return: +# none sub init_statistics { $main::statistics{'docbot_start'} = time();