Searched refs:ProfilerObject (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _lsprof.c | 57 } ProfilerObject; typedef 89 static PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer() 126 call_timer(ProfilerObject *pObj) in call_timer() 209 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry() 237 getEntry(ProfilerObject *pObj, void *key) in getEntry() 243 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry() 250 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry() 284 static void clearEntries(ProfilerObject *pObj) in clearEntries() 302 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() 322 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop() [all …]
|
/external/python/cpython3/Modules/clinic/ |
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_… in _lsprof_Profiler_getstats()
|