File: ur-test-track-object-release.pod

package info (click to toggle)
libur-perl 0.470%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,184 kB
  • sloc: perl: 61,813; javascript: 255; xml: 108; sh: 13; makefile: 9
file content (44 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44


=pod

=head1 NAME

ur test track-object-release - Parse the data produced by UR_DEBUG_OBJECT_RELEASE and report possible memory leaks



=head1 VERSION

This document describes ur test track-object-release version 0.29.

=head1 SYNOPSIS

ur test track-object-release --file=?

ur test track-object-release --file /path/to/text.file > /path/to/results

=head1 REQUIRED ARGUMENTS

=over


=item file  I<Text>

pathname of the input file


=back

=head1 DESCRIPTION:

  When a UR-based program is run with the UR_DEBUG_OBJECT_RELEASE environment
  variable set to 1, it will emit messages to STDERR describing the various
  stages of releasing an object.  This command parses those messages and
  provides a report on objects which did not completely deallocate themselves,
  usually because of a reference being held.



=cut