Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c107 rotating_node_t *profilerEntries; member
250 RotatingTree_Add(&pObj->profilerEntries, &self->header); in newProfilerEntry()
257 return (ProfilerEntry*) RotatingTree_Get(&pObj->profilerEntries, key); in getEntry()
304 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL); in clearEntries()
305 pObj->profilerEntries = EMPTY_ROTATING_TREE; in clearEntries()
646 if (RotatingTree_Enum(pObj->profilerEntries, statsForEntry, &collect) in profiler_getstats()