Revision: 1440
Author:   [email protected]
Date:     Wed Dec 26 10:39:26 2012
Log:      Deprecate the usecputime=1 option
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1440

Modified:
 /trunk/Changes
 /trunk/lib/Devel/NYTProf.pm

=======================================
--- /trunk/Changes      Wed Dec 26 10:20:07 2012
+++ /trunk/Changes      Wed Dec 26 10:39:26 2012
@@ -18,6 +18,9 @@
   Fixed to sort tables with microsecond values in non-utf8
     encodings, RT#77843

+  Deprecate the usecputime=1 option and document that it
+    will be removed in a future version.
+
   Corrected spelling thanks to Alessandro Ghedini @debian RT80370

 =head2 Changes in Devel::NYTProf 4.09 (svn 1431) 15th Sep 2012
=======================================
--- /trunk/lib/Devel/NYTProf.pm Wed Dec 26 09:50:39 2012
+++ /trunk/lib/Devel/NYTProf.pm Wed Dec 26 10:39:26 2012
@@ -460,6 +460,9 @@

 =head2 usecputime=1

+This option is deprecated and will be removed in a future version.
+See the L</clock=N> option.
+
 Measure user CPU + system CPU time instead of the real elapsed 'wall clock'
 time (which is the default). But there are better ways to do this, read on.

--
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