Lines Matching refs:ProfilerObject

52 } ProfilerObject;
61 class _lsprof.Profiler "ProfilerObject *" "&ProfilerType"
83 static _PyTime_t CallExternalTimer(ProfilerObject *pObj)
113 call_timer(ProfilerObject *pObj)
124 /*** ProfilerObject ***/
197 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj)
225 getEntry(ProfilerObject *pObj, void *key)
231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry)
238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry)
272 static void clearEntries(ProfilerObject *pObj)
290 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry)
310 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry)
343 ProfilerObject *pObj = (ProfilerObject*)self;
386 ProfilerObject *pObj = (ProfilerObject*)self;
438 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
450 if ((((ProfilerObject *)self)->flags & POF_BUILTINS)
464 pending_exception(ProfilerObject *pObj)
609 _lsprof_Profiler_getstats_impl(ProfilerObject *self, PyTypeObject *cls)
637 setSubcalls(ProfilerObject *pObj, int nvalue)
647 setBuiltins(ProfilerObject *pObj, int nvalue)
668 profiler_enable(ProfilerObject *self, PyObject *args, PyObject *kwds)
690 flush_unmatched(ProfilerObject *pObj)
712 profiler_disable(ProfilerObject *self, PyObject* noarg)
734 profiler_clear(ProfilerObject *pObj, PyObject* noarg)
741 profiler_traverse(ProfilerObject *op, visitproc visit, void *arg)
748 profiler_dealloc(ProfilerObject *op)
767 profiler_init(ProfilerObject *pObj, PyObject *args, PyObject *kw)
821 .basicsize = sizeof(ProfilerObject),