Searched refs:ProfilerObject (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/ |
H A D | _lsprof.c | 52 } ProfilerObject; typedef 61 class _lsprof.Profiler "ProfilerObject *" "&ProfilerType" 83 static _PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer() 113 call_timer(ProfilerObject *pObj) in call_timer() 124 /*** ProfilerObject ***/ 197 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry() 225 getEntry(ProfilerObject *pObj, void *key) in getEntry() 231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry() 238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry() 272 static void clearEntries(ProfilerObject *pOb [all...] |
/third_party/python/Modules/clinic/ |
H A D | _lsprof.c.h | 37 _lsprof_Profiler_getstats_impl(ProfilerObject *self, PyTypeObject *cls); 40 _lsprof_Profiler_getstats(ProfilerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _lsprof_Profiler_getstats()
|
Completed in 2 milliseconds