Patch #510695: Add TSC profiling for the VM.

This commit is contained in:
Martin v. Löwis 2004-06-08 08:17:44 +00:00
parent d68d3ee3dd
commit f30d60edbc
10 changed files with 243 additions and 3 deletions

View file

@ -29,6 +29,9 @@ typedef struct _is {
#ifdef HAVE_DLOPEN
int dlopenflags;
#endif
#ifdef WITH_TSC
int tscdump;
#endif
} PyInterpreterState;