Home
last modified time | relevance | path

Searched defs:import_time (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h39 int import_time; /* PYTHONPROFILEIMPORTTIME, -X importtime */ member
/external/python/cpython3/Python/
Dimport.c1619 int import_time = interp->core_config.import_time; in import_find_and_load() local