mirror of
https://github.com/python/cpython.git
synced 2025-09-08 01:41:19 +00:00
Patch #510695: Add TSC profiling for the VM.
This commit is contained in:
parent
d68d3ee3dd
commit
f30d60edbc
10 changed files with 243 additions and 3 deletions
|
@ -58,6 +58,9 @@ PyInterpreterState_New(void)
|
|||
#else
|
||||
interp->dlopenflags = RTLD_LAZY;
|
||||
#endif
|
||||
#endif
|
||||
#ifdef WITH_TSC
|
||||
interp->tscdump = 0;
|
||||
#endif
|
||||
|
||||
HEAD_LOCK();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue