NAME
dctpp - Postprocessor of Devel::CallTrace output
VERSION
version 0.01
USAGE
perl -d:CallTrace x.pl > /dev/null 2>trace.txt
perl -d:CallTrace x.pl > /dev/null | tee trace.txt
dctpp --just_uniq_modules 1 -v 1 --project-path /media/sf_Hub trace.txt > trace_processed.txt
perl -d:CallTrace x.pl > /dev/null | tee trace.txt | dctpp trace.txt | tee trace_processed.txt
AUTHOR
Pavel Serikov <pavelsr@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Pavel Serikov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.