follow command:
python -m cProfile -s time myProject.py
In result: execute time for each function, number of call each function
IMHO, if we want see execute time and calls of only one function, we can call only this function.
python -m cProfile -s time myProject.py
In result: execute time for each function, number of call each function
IMHO, if we want see execute time and calls of only one function, we can call only this function.
Комментариев нет:
Отправить комментарий