Author: tim.bunce
Date: Sun Mar 29 14:48:55 2009
New Revision: 733

Modified:
    trunk/Changes
    trunk/NYTProf.xs

Log:
Prep for release


Modified: trunk/Changes
==============================================================================
--- trunk/Changes       (original)
+++ trunk/Changes       Sun Mar 29 14:48:55 2009
@@ -4,7 +4,7 @@

  (As of $Date$ $Revision$)

-=head2 Changes in Devel::NYTProf 2.09 (svn r718) 24th March 2009
+=head2 Changes in Devel::NYTProf 2.09 (svn r733) 29th March 2009

    Added support for modules using AutoLoader, e.g., POSIX & Storable,
      to fix the "Unable to open '... (autosplit into ...)'" warnings.

Modified: trunk/NYTProf.xs
==============================================================================
--- trunk/NYTProf.xs    (original)
+++ trunk/NYTProf.xs    Sun Mar 29 14:48:55 2009
@@ -1130,7 +1130,7 @@

      if (trace_level >= 3)
          warn("find_autosplit_parent of '%.*s' (%s)\n",
-            base_len, base_start, file_name);
+            (int)base_len, base_start, file_name);

      for ( ; e; e = (Hash_entry *)e->next_inserted) {
          char *e_name;
@@ -1153,7 +1153,7 @@

          if (trace_level >= 3)
              warn("matched autosplit '%.*s' to parent fid %d '%.*s'  
(%c|%c)\n",
-                base_len, base_start, e->id, e->key_len, e->key,  
*(e_name-1),*sep);
+                (int)base_len, base_start, e->id, e->key_len, e->key,  
*(e_name-1),*sep);
          match = e;
          /* keep looking, so we'll return the most recently profiled match  
*/
      }
@@ -2870,7 +2870,7 @@
      }

      if (trace_level >= 1)
-        warn("wrote %d source lines for %d files (%d skipped without  
savesrc option, %d others had no source available)\n",
+        warn("wrote %ld source lines for %d files (%d skipped without  
savesrc option, %d others had no source available)\n",
              t_lines, t_save_src, t_has_src-t_save_src, t_no_src);
  }


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