- Expand the test suite.

Date: Thu, 14 Sep 1995 22:32:56 +0200
From: "Achim Bohnet" <ach@rosat.mpe-garching.mpg.de>
> - A handy thing would be
>
>       dprofpp ... -d perlscript  srcipt-opt-and-args ...
>
>   that  profile the perlscript with the perl used by dperlpp and when
>   the script is finished analyse the tmon.out as determined by the '...'
>   option.

Date: Mon, 25 Sep 1995 22:48:52 +0100
From: "Achim Bohnet" <ach@rosat.mpe-garching.mpg.de>
> P.S.: Here's my 'better than nothing' dprofperl script that I use to
> generate profiles:
> 
> #!/usr/local/bin/perl
> $ENV{PERL5DB} = 'use Devel::DProf;';
> exec $^X, '-d', @ARGV;

