Revision: 953
Author: [email protected]
Date: Wed Dec 16 08:43:25 2009
Log: Revert r952. The documentation for TIME_BLOCK and TIME_LINE is correct  
and
consistent with the *callback* code. However, the order of the callback's
parameters differs from the order in the NYTProf file, hence the confusion.

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

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

=======================================
--- /trunk/lib/Devel/NYTProf/ReadStream.pm      Wed Dec 16 08:36:36 2009
+++ /trunk/lib/Devel/NYTProf/ReadStream.pm      Wed Dec 16 08:43:25 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 => $ticks, $eval_fid, $eval_line, $fid, $line,  
$block_line, $sub_line
-
-=item TIME_LINE => $ticks, $eval_fid, $eval_line, $fid, $line
+=item TIME_BLOCK => $eval_fid, $eval_line, $ticks, $fid, $line,  
$block_line, $sub_line
+
+=item TIME_LINE => $eval_fid, $eval_line, $ticks, $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