mirror of
https://github.com/python/cpython.git
synced 2025-11-15 08:01:29 +00:00
Bigger buffer size for C profiler (if profiling is enabled).
This commit is contained in:
parent
fac3008e77
commit
e742487ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ init_common(int *argcp, char ***argvp, int embedded)
|
||||||
}
|
}
|
||||||
#if __profile__ == 1
|
#if __profile__ == 1
|
||||||
/* collectSummary or collectDetailed, timebase, #routines, max stack depth */
|
/* collectSummary or collectDetailed, timebase, #routines, max stack depth */
|
||||||
ProfilerInit(collectSummary, bestTimeBase, 2000, 150);
|
ProfilerInit(collectSummary, bestTimeBase, 8000, 250);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Tell the rest of python about our argc/argv */
|
/* Tell the rest of python about our argc/argv */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue