This is a discussion on Perl distribution with -DDEBUGGING enabled - Perl ; Hi all, I want to know if there is a perl distribution with debugging enabled. I want to find the memory usage statistics of the perl interpreter with -Dm and the perl interpreter says: U:\>perl -Dm calcsaving.pl Recompile perl with ...
Hi all,
I want to know if there is a perl distribution with debugging enabled. I want to find the memory usage statistics of the perl interpreter with -Dm and the perl interpreter says:
U:\>perl -Dm calcsaving.pl
Recompile perl with -DDEBUGGING to use -D switch
We are having a high memory and runtime consuming perl module. It is basically trying to enumerate the control flow paths for a given code in assembly. So this being an exponential problem, we need to know how the perl interpreter is spending time because the interpreter tends to slow down drastically at the end, even though the problem size is same.
If you have better solutions please suggest them
Thanks in advance!