Revision: 1308
Author: [email protected]
Date: Thu Jun 17 02:00:03 2010
Log: Delete old script that's superceeded by nytprofheml --profself

http://code.google.com/p/perl-devel-nytprof/source/detail?r=1308

Deleted:
 /trunk/perftest.pl
Modified:
 /trunk/MANIFEST

=======================================
--- /trunk/perftest.pl  Thu Nov  6 14:59:07 2008
+++ /dev/null
@@ -1,20 +0,0 @@
-#!perl -w
-
-# profile NYTProf & nytprofhtml
-
-print "generating an nytprof.out file\n";
-# some random code to generate a reasonably interesting profile
-# with a reasonable number of source files and source lines
-system(q{perl -d:NYTProf -S perlcritic . || true}) == 0 or exit 1;
-
-my $tmp = "nytprof.out.tmp";
-rename "nytprof.out", $tmp or die "Can't rename nytprof.out: $!\n";
-
-print "profiling nytprofhtml processing that nytprof.out file\n";
-system(qq{time perl -d:NYTProf -S nytprofhtml --file=$tmp}) == 0
-    or exit 1;
-unlink $tmp;
-
-print "run nytprofhtml on the nytprofhtml profile\n";
-system(qq{nytprofhtml --open}) == 0
-    or exit 1;
=======================================
--- /trunk/MANIFEST     Mon Jun  7 06:47:48 2010
+++ /trunk/MANIFEST     Thu Jun 17 02:00:03 2010
@@ -48,7 +48,6 @@
 lib/Devel/NYTProf/js/jquery-min.js
 lib/Devel/NYTProf/js/jquery-tablesorter-min.js
 lib/Devel/NYTProf/js/style-tablesorter.css
-perftest.pl
 ppport.h
 slowops.h
 t/00-load.t

--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to