Python 3.6.5 ドキュメント 検索
Results of 1 - 2 of about 2 for usec (0.009 sec.)
- 27.5. timeit --- 小さなコード断片の実行時間計測 — Python 3.6.5 ドキュメント 11228
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
for n in range(100))' 10000 loops, best of 3: 30.2 usec per loop $ python3 -m timeit '"-".join([str(n) for...
n in range(100)])' 10000 loops, best of 3: 27.5 usec per loop $ python3 -m timeit '"-".join(map(str, ra...
nge(100)))' 10000 loops, best of 3: 23.2 usec per loop 同じ事を Python インターフェイス を使って...
--unit =U ¶ タイマーの出力の時間単位を指定します (usec, msec, または sec)。 バージョン 3.5 で追加. -c , -...
- https://man.plustar.jp/python/library/timeit.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 7485
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
力の単位を指定できます。 サポートされたオプションは usec , msec , sec です。 (Contributed by Julian Gindi i...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV
1
NEXT