gpt4 book ai didi

python - Python timeit 模块中的 -s 标志是什么?

转载 作者:太空宇宙 更新时间:2023-11-03 12:42:21 27 4
gpt4 key购买 nike

来自 Python 食谱

python timeit.py -s"import random" -s"x=range(100000); random.shuffle(x)" "sorted(x)"
10 loops, best of 3: 152 msec per loop

-s 标志有什么作用?在线搜索,python帮助和SO。但是没有找到很好的解释。谢谢。

最佳答案

来自Python内置的help()

>>>import timeit
>>>help(timeit)

....
Command line usage:
python timeit.py [-n N] [-r N] [-s S] [-t] [-c] [-h] [--] [statement]

Options:
-n/--number N: how many times to execute 'statement' (default: see below)
-r/--repeat N: how many times to repeat the timer (default 3)
-s/--setup S: statement to be executed once initially (default 'pass')
....

关于python - Python timeit 模块中的 -s 标志是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5510273/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com