Skip to content

Commit 3354ac7

Browse files
committed
Make sure we link correctly to Telemetry
1 parent 2769ad2 commit 3354ac7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/Type/Telemetry/snapper.pod6

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
=SUBTITLE Start a thread taking repeated system state snapshots
66
77
This module contains no subroutines or methods or anything. It is intended
8-
as a shortcut for starting the L<snapper> subroutine of the L<Telemetry>
9-
module, allowing taking snapshots of the execution of a program without needing
10-
to change the program. Simple loading the module with C<-Msnapper> will do
11-
all that is needed to start the snapper, and have a report printed on STDERR
12-
upon completion of the program.
8+
as a shortcut for starting the L<snapper> subroutine of the
9+
L<Telemetry|/type/Telemetry> module, allowing taking snapshots of the
10+
execution of a program without needing to change the program. Simple loading
11+
the module with C<-Msnapper> will do all that is needed to start the snapper,
12+
and have a report printed on STDERR upon completion of the program.
1313
1414
The C<RAKUDO_SNAPPER> environment variable can be set to indicate the time
1515
between snapshots. If not specified, it will default to B<0.1> seconds.
1616
1717
=head1 See Also
1818
19-
L<Telemetry>
20-
L<Telemetry::Period>
19+
L<Telemetry|/type/Telemetry>
2120
2221
=end pod
2322

0 commit comments

Comments
 (0)