Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c139 static size_t opcache_attr_hits = 0; variable
395 opcache_attr_hits, in _PyEval_Fini()
396 (int) (100.0 * opcache_attr_hits / in _PyEval_Fini()
1538 if (co->co_opcache != NULL) opcache_attr_hits++; \