Kaydet (Commit) e742487c authored tarafından Jack Jansen's avatar Jack Jansen

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

üst fac3008e
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment