Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-11-19 09:50:50

0001 #ifndef Py_INTERNAL_PYSTATS_H
0002 #define Py_INTERNAL_PYSTATS_H
0003 #ifdef __cplusplus
0004 extern "C" {
0005 #endif
0006 
0007 #ifndef Py_BUILD_CORE
0008 #  error "this header requires Py_BUILD_CORE define"
0009 #endif
0010 
0011 #ifdef Py_STATS
0012 extern void _Py_StatsOn(void);
0013 extern void _Py_StatsOff(void);
0014 extern void _Py_StatsClear(void);
0015 extern int _Py_PrintSpecializationStats(int to_file);
0016 #endif
0017 
0018 #ifdef __cplusplus
0019 }
0020 #endif
0021 #endif  // !Py_INTERNAL_PYSTATS_H