[svn:parrot] r41052 - branches/pluggable_runcore/tools/dev

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Sep 6 09:43:17 UTC 2009


Author: mikehh
Date: Sun Sep  6 09:43:16 2009
New Revision: 41052
URL: https://trac.parrot.org/parrot/changeset/41052

Log:
add coda to tools/tools/dev/pprof2cg.pl

Modified:
   branches/pluggable_runcore/tools/dev/pprof2cg.pl

Modified: branches/pluggable_runcore/tools/dev/pprof2cg.pl
==============================================================================
--- branches/pluggable_runcore/tools/dev/pprof2cg.pl	Sun Sep  6 09:16:55 2009	(r41051)
+++ branches/pluggable_runcore/tools/dev/pprof2cg.pl	Sun Sep  6 09:43:16 2009	(r41052)
@@ -278,3 +278,10 @@
     push @output, "totals: $stats->{'global_stats'}{'total_time'}";
     return join("\n", @output);
 }
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:


More information about the parrot-commits mailing list