Home
last modified time | relevance | path

Searched refs:inlined_py_calls (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_code.h284 uint64_t inlined_py_calls; member
/third_party/python/Python/
H A Dceval.c2270 CALL_STAT_INC(inlined_py_calls);
4763 CALL_STAT_INC(inlined_py_calls);
4858 CALL_STAT_INC(inlined_py_calls);
4894 CALL_STAT_INC(inlined_py_calls);
H A Dspecialize.c178 fprintf(out, "Calls to Python functions inlined: %" PRIu64 "\n", stats->inlined_py_calls); in print_call_stats()

Completed in 15 milliseconds