Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_lsprof.c35 } ProfilerEntry; typedef
41 ProfilerEntry *ctxEntry;
196 static ProfilerEntry*
199 ProfilerEntry *self; in newProfilerEntry()
200 self = (ProfilerEntry*) PyMem_Malloc(sizeof(ProfilerEntry)); in newProfilerEntry()
224 static ProfilerEntry*
227 return (ProfilerEntry*) RotatingTree_Get(&pObj->profilerEntries, key); in getEntry()
231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entr
[all...]

Completed in 2 milliseconds