📜  在 jupyter notebook 中计时 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:52.356000             🧑  作者: Mango

代码示例1
%%time
# to get a cell executation time
# put %%time at the very start of the cell