Searched refs:callcount (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/ |
H A D | _lsprof.c | 20 long callcount; member 31 long callcount; /* how many times this was called */ member 216 self->callcount = 0; in newProfilerEntry() 249 self->callcount = 0; in newSubEntry() 322 entry->callcount++; in Stop() 333 ++subentry->callcount; in Stop() 479 {"callcount", "how many times this was called"}, 489 {"callcount", "how many times this is called"}, 527 sentry->callcount, in statsForSubEntry() 544 if (entry->callcount in statsForEntry() [all...] |
/third_party/python/Lib/ |
H A D | cProfile.py | 62 nc = entry.callcount # ncalls column of pstats (before '/') 78 nc = subentry.callcount
|
/third_party/curl/tests/server/ |
H A D | sws.c | 122 int callcount; /* times ProcessRequest() gets called */ member 375 req->callcount++; in ProcessRequest() 378 req->callcount > 1?" [CONTINUED]":""); in ProcessRequest() 864 req->callcount = 0; in init_httprequest()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 733 virtual Sample renderSample (const RenderData& occluder, const RenderData& occluded, int callcount) const; 796 Sample RenderCountCase::renderSample (const RenderData& occluder, const RenderData& occluded, int callcount) const in renderSample() 817 render(occluded, callcount); in renderSample() 826 sample.workload = callcount; in renderSample()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 884 callcount = 0 893 nonlocal callcount 894 callcount += 1 908 self.assertEqual(callcount, 1)
|
Completed in 12 milliseconds