Home
last modified time | relevance | path

Searched defs:_ProfilerEntry (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_lsprof.c26 typedef struct _ProfilerEntry { struct
27 rotating_node_t header;
28 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */
29 _PyTime_t tt; /* total time in this entry */
30 _PyTime_t it; /* inline time in this entry (not in subcalls) */
31 long callcount; /* how many times this was called */
32 long recursivecallcount; /* how many times called recursively */
33 long recursionLevel;
34 rotating_node_t *calls;