Home
last modified time | relevance | path

Searched refs:profilerEntries (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_lsprof.c46 rotating_node_t *profilerEntries; member
220 RotatingTree_Add(&pObj->profilerEntries, &self->header); in newProfilerEntry()
227 return (ProfilerEntry*) RotatingTree_Get(&pObj->profilerEntries, key); in getEntry()
274 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL); in clearEntries()
275 pObj->profilerEntries = EMPTY_ROTATING_TREE; in clearEntries()
628 if (RotatingTree_Enum(self->profilerEntries, statsForEntry, &collect) in _lsprof_Profiler_getstats_impl()

Completed in 2 milliseconds