]> granicus.if.org Git - python/commitdiff
Bigger buffer size for C profiler (if profiling is enabled).
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Sep 1999 11:20:11 +0000 (11:20 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Sep 1999 11:20:11 +0000 (11:20 +0000)
Mac/Python/macmain.c

index 24bcd77baa5dbfcfaae728e2ee243b96c6732ccb..0fdcb511f2f776bd9b5d06224eeacee244eabd6d 100644 (file)
@@ -269,7 +269,7 @@ init_common(int *argcp, char ***argvp, int embedded)
        }
 #if __profile__ == 1
        /* collectSummary or collectDetailed, timebase, #routines, max stack depth */
-       ProfilerInit(collectSummary, bestTimeBase, 2000, 150);
+       ProfilerInit(collectSummary, bestTimeBase, 8000, 250);
 #endif
 
        /* Tell the rest of python about our argc/argv */