Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Leak-Hunting/eg/01.pod
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ only work on Linux due to checking /proc for the memory usage.

my $mech = Test::WWW::Mechanize::PSGI->new(
app => $app,
stack_depth => 0,
);

my $start_mem = get_mem();
Expand Down
1 change: 1 addition & 0 deletions Leak-Hunting/loop_requests.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

my $mech = Test::WWW::Mechanize::PSGI->new(
app => $app,
stack_depth => 0,
);

my $start_mem = get_mem();
Expand Down