aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-05-17 16:28:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-05-17 16:28:47 +0300
commitebeb897b2b4f81224d541c6711b76e1c360e377a (patch)
tree8147682b2f79fa131a62f8108c9049d7dee3b392 /doc
parent6dfa98f3fdd5523086fbd240498fd1b8a4850289 (diff)
downloadwydawca-ebeb897b2b4f81224d541c6711b76e1c360e377a.tar.gz
wydawca-ebeb897b2b4f81224d541c6711b76e1c360e377a.tar.bz2
Remove timers
Diffstat (limited to 'doc')
-rw-r--r--doc/wydawca.texi113
1 files changed, 2 insertions, 111 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index ecd963f..d4e3ee8 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -1938,9 +1938,8 @@ spool @var{tag} @{
@end smallexample
The @var{tag} argument defines a unique identifier for this spool. It
-will be used in log messages, timers (@pxref{spool-timers}) and is
-available for variable expansion (@pxref{variable expansion}) as the
-@samp{$spool} variable.
+will be used in log messages and is available for variable expansion
+(@pxref{variable expansion}) as the @samp{$spool} variable.
@end deffn
@deffn {Config: spool} alias list
@@ -2880,48 +2879,6 @@ triplets.
(@pxref{verification}).
@end multitable
-@anchor{spool-timers}
-@cindex timers
- The following special variables, called @dfn{timers}, are
-replaced with the real or @acronym{CPU} time (in seconds)
-used while processing a certain task. Timers are an obsolescent
-feature and will be removed in future versions.
-
-@multitable @columnfractions 0.30 0.70
-@kwindex timer:spool:real
-@item timer:spool:real @tab Real time spent processing all spools.
-@kwindex timer:spool:system
-@item timer:spool:system @tab System @acronym{CPU} time spent
-processing all spools.
-@kwindex timer:spool:user
-@item timer:spool:user @tab User @acronym{CPU} time spent
-processing all spools.
-@kwindex timer:spool:@var{tag}:real
-@item timer:spool:@var{tag}:real @tab Real time spent processing the
-@var{tag} spool.
-@kwindex timer:spool:@var{tag}:system
-@item timer:spool:@var{tag}:system @tab System @acronym{CPU} time spent
-processing the @var{tag} spool.
-@kwindex timer:spool:@var{tag}:user
-@item timer:spool:@var{tag}:user @tab User @acronym{CPU} time spent
-processing the @var{tag} spool.
-@kwindex timer:triplet:real
-@item timer:triplet:real @tab Real time spent while processing triplet
-directives.
-@kwindex timer:triplet:system
-@item timer:triplet:system @tab System @acronym{CPU} time spent
-while processing triplet directives.
-@kwindex timer:triplet:user
-@item timer:triplet:user @tab User @acronym{CPU} time spent
-while processing triplet directives.
-@end multitable
-
-@kwindex timer:wydawca:real
-The timers @samp{$@{timer:wydawca:real@}},
-@samp{@{$timer:wydawca:system@}}, and @samp{$@{timer:wydawca:system@}}
-are synonymous for the corresponding @samp{$@{timer:spool:@var{X}@}}
-timers.
-
An example definition of the admin notification template follows:
@smallexample
@@ -2939,20 +2896,6 @@ warning ............................ $@{stat:warnings@}
bad signatures ..................... $@{stat:bad_signatures@}
access violation attempts .......... $@{stat:access_violations@}
-Timings:
-Real ............................... $@{timer:wydawca:real@} \
-($@{timer:spool:releases:real@} + \
-$@{timer:spool:alpha:real@} + \
-$@{timer:spool:test:real@})
-System ............................. $@{timer:wydawca:system@} \
-($@{timer:spool:releases:system@} + \
-$@{timer:spool:alpha:system@} + \
-$@{timer:spool:test:system@})
-User ............................... $@{timer:wydawca:user@} \
-($@{timer:spool:releases:user@} + \
-$@{timer:spool:alpha:user@} + \
-$@{timer:spool:test:user@})
-
Regards,
Wydawca
EOT;
@@ -3096,39 +3039,6 @@ decimal. @xref{verification,,check-result}, for a detailed description.
checker. @xref{verification}, for a detailed description.
@end multitable
-@cindex timers
- The following @dfn{timers} (@pxref{spool-timers}) are defined:
-
-@multitable @columnfractions 0.30 0.70
-@headitem Variable @tab Replaced with
-@kwindex timer:wydawca:real
-@item timer:wydawca:real @tab Real time spent in @command{wydawca}
-main code.
-@kwindex timer:wydawca:system
-@item timer:wydawca:system @tab System @acronym{CPU} time spent in
-@command{wydawca} main code.
-@kwindex timer:wydawca:user
-@item timer:wydawca:user @tab User @acronym{CPU} time spent in
-@command{wydawca} main code.
-@kwindex timer:triplet:real
-@item timer:triplet:real @tab Real time spent processing this triplet.
-@kwindex timer:triplet:system
-@item timer:triplet:system @tab System @acronym{CPU} time spent
-processing this triplet.
-@kwindex timer:triplet:user
-@item timer:triplet:user @tab User @acronym{CPU} time spent
-processing this triplet.
-@kwindex timer:spool:real
-@item timer:spool:real @tab Real time spent while processing this
-spool.
-@kwindex timer:spool:system
-@item timer:spool:system @tab System @acronym{CPU} time spent while
-processing this spool.
-@kwindex timer:spool:user
-@item timer:spool:user @tab User @acronym{CPU} time spent while
-processing this spool.
-@end multitable
-
@anchor{listings}
@cindex listing, triplet
@cindex triplet listing
@@ -3183,21 +3093,6 @@ module-init mailutils @{
symlinks removed ................... $@{stat:rmsymlinks@}
verification failures .............. $@{stat:check_failures@}
- Timings:
-
- Real ............................... $@{timer:wydawca:real@} \
- ($@{timer:spool:releases:real@} + \
- $@{timer:spool:alpha:real@} + \
- $@{timer:spool:test:real@})
- System ............................. $@{timer:wydawca:system@} \
- ($@{timer:spool:releases:system@} + \
- $@{timer:spool:alpha:system@} + \
- $@{timer:spool:test:system@})
- User ............................... $@{timer:wydawca:user@} \
- ($@{timer:spool:releases:user@} + \
- $@{timer:spool:alpha:user@} + \
- $@{timer:spool:test:user@})
-
Regards,
Wydawca
EOT;
@@ -3222,10 +3117,6 @@ notify-event @{
$@{triplet:ls:upload@}
- Resource usage: $@{timer:triplet:real@}/$@{timer:wydawca:real@}r \
- $@{timer:triplet:user@}/$@{timer:wydawca:user@}u \
- $@{timer:triplet:system@}/$@{timer:wydawca:system@}s
-
Regards,
Wydawca
The Project Submission Robot

Return to:

Send suggestions and report system problems to the System administrator.