Searched defs:_ProfilerEntry (Results 1 – 1 of 1) sorted by relevance
20 typedef struct _ProfilerEntry { struct21 rotating_node_t header;22 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */23 _PyTime_t tt; /* total time in this entry */24 _PyTime_t it; /* inline time in this entry (not in subcalls) */25 long callcount; /* how many times this was called */26 long recursivecallcount; /* how many times called recursively */27 long recursionLevel;28 rotating_node_t *calls;