Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lsprof.c24 long recursivecallcount; member
35 long recursivecallcount; /* how many times called recursively */ member
229 self->recursivecallcount = 0; in newProfilerEntry()
262 self->recursivecallcount = 0; in newSubEntry()
332 ++entry->recursivecallcount; in Stop()
343 ++subentry->recursivecallcount; in Stop()
481 sentry->recursivecallcount, in statsForSubEntry()
518 entry->recursivecallcount, in statsForEntry()