Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval.c140 static size_t opcache_attr_misses = 0; variable
400 opcache_attr_misses, in _PyEval_Fini()
401 (int) (100.0 * opcache_attr_misses / in _PyEval_Fini()
1543 if (co->co_opcache != NULL) opcache_attr_misses++; \