Searched refs:callcount (Results 1 – 5 of 5) sorted by relevance
81 long callcount; member92 long callcount; /* how many times this was called */ member246 self->callcount = 0; in newProfilerEntry()279 self->callcount = 0; in newSubEntry()352 entry->callcount++; in Stop()363 ++subentry->callcount; in Stop()556 sentry->callcount, in statsForSubEntry()573 if (entry->callcount == 0) in statsForEntry()594 entry->callcount, in statsForEntry()
101 nc = entry.callcount # ncalls column of pstats (before '/')117 nc = subentry.callcount
120 int callcount; /* times ProcessRequest() gets called */ member461 req->callcount++; in ProcessRequest()464 req->callcount > 1?" [CONTINUED]":""); in ProcessRequest()916 req->callcount = 0; in init_httprequest()
733 …Sample renderSample (const RenderData& occluder, const RenderData& occluded, int callcount) const;796 …untCase::renderSample (const RenderData& occluder, const RenderData& occluded, int callcount) const in renderSample()817 render(occluded, callcount); in renderSample()826 sample.workload = callcount; in renderSample()
703 Py_ssize_t callcount = 0; in PyUnicode_FromFormatV() local743 ++callcount; in PyUnicode_FromFormatV()748 if (callcount) { in PyUnicode_FromFormatV()749 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount); in PyUnicode_FromFormatV()