Revision: 952
Author: [email protected]
Date: Wed Dec 16 08:36:36 2009
Log: Correct the documentation for callback parameters for TIME_BLOCK and  
TIME_LINE
for for_chunks. $ticks was given as the third parameter, when it's actually
the first.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=952

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

=======================================
--- /trunk/lib/Devel/NYTProf/ReadStream.pm      Thu Oct 22 09:24:17 2009
+++ /trunk/lib/Devel/NYTProf/ReadStream.pm      Wed Dec 16 08:36:36 2009
@@ -165,9 +165,9 @@
  Files are represented by integers called 'fid' (File IDs) and this chunk  
declares
  the mapping between these numbers and file path names.

-=item TIME_BLOCK => $eval_fid, $eval_line, $ticks, $fid, $line,  
$block_line, $sub_line
-
-=item TIME_LINE => $eval_fid, $eval_line, $ticks, $fid, $line
+=item TIME_BLOCK => $ticks, $eval_fid, $eval_line, $fid, $line,  
$block_line, $sub_line
+
+=item TIME_LINE => $ticks, $eval_fid, $eval_line, $fid, $line

  A TIME_BLOCK or TIME_LINE chunk is output each time the execution of
  the program leaves a statement.

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