File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 5
5
= SUBTITLE Start a thread taking repeated system state snapshots
6
6
7
7
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.
13
13
14
14
The C < RAKUDO_SNAPPER > environment variable can be set to indicate the time
15
15
between snapshots. If not specified, it will default to B < 0.1 > seconds.
16
16
17
17
= head1 See Also
18
18
19
- L < Telemetry >
20
- L < Telemetry::Period >
19
+ L < Telemetry|/type/Telemetry >
21
20
22
21
= end pod
23
22
You can’t perform that action at this time.
0 commit comments