[svn:parrot] r40407 - branches/pluggable_runcore/src/runcore

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Aug 5 10:20:56 UTC 2009


Author: cotto
Date: Wed Aug  5 10:20:56 2009
New Revision: 40407
URL: https://trac.parrot.org/parrot/changeset/40407

Log:
[prof] It's really time I stopped writing code and went to bed.

Modified:
   branches/pluggable_runcore/src/runcore/cores.c

Modified: branches/pluggable_runcore/src/runcore/cores.c
==============================================================================
--- branches/pluggable_runcore/src/runcore/cores.c	Wed Aug  5 10:19:02 2009	(r40406)
+++ branches/pluggable_runcore/src/runcore/cores.c	Wed Aug  5 10:20:56 2009	(r40407)
@@ -523,7 +523,7 @@
     char unknown_sub[]  = "(unknown sub)";
     char unknown_file[] = "(unknown file)";
     static INTVAL first_init = 1;
-    FILE *prof_fd = fopen("parrot.pprof", "a");
+    FILE *prof_fd;
 
     /* avoid clobbering the file from an inner runloop */
     if (first_init) {


More information about the parrot-commits mailing list