Searched refs:opcache_global_hits (Results 1 – 1 of 1) sorted by relevance
135 static size_t opcache_global_hits = 0; variable380 opcache_global_hits, in _PyEval_Fini()381 (int) (100.0 * opcache_global_hits / in _PyEval_Fini()382 (opcache_global_hits + opcache_global_misses))); in _PyEval_Fini()387 (opcache_global_hits + opcache_global_misses))); in _PyEval_Fini()1523 if (co->co_opcache != NULL) opcache_global_hits++; \