projects
/
docbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6db690
)
- document function
author
Andreas Scherbaum
<
[email protected]
>
Sun, 26 Feb 2012 23:59:56 +0000
(
00:59
+0100)
committer
Andreas Scherbaum
<
[email protected]
>
Sun, 26 Feb 2012 23:59:56 +0000
(
00:59
+0100)
docbot.pl
patch
|
blob
|
blame
|
history
diff --git
a/docbot.pl
b/docbot.pl
index a15de460eca07d722dd1a679973b7053f1344e0b..f13449089bcff9df794426f0708c747a82858f5a 100755
(executable)
--- 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();