from tqdm import tqdm for i in tqdm(range(10000)): ... 開銷很低——每次迭代約60ns(使用Tqdm_GUI時爲80ns),並根據性能迴歸進行單元測試 ...
確定! 回上一頁