Bigger buffer size for C profiler (if profiling is enabled).

This commit is contained in:
Jack Jansen 1999-09-30 11:20:11 +00:00
parent fac3008e77
commit e742487ca5
1 changed files with 1 additions and 1 deletions

View 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 */