python:timeit

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
python:timeit [2020/03/27 10:08] – [timeit モンキーパッチ] ともやんpython:timeit [2020/09/11 17:03] ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #mincode pre { 
-      /*height: 300px;*/ 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #mincode_long pre { 
-      height: 400px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #mintbl table { 
-      font-size: 12px; 
-    } 
-    .dokuwiki .plugin_wrap table { 
-      width: auto; 
-    } 
-    #result pre { 
-      /*height: 300px;*/ 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-  </style> 
-</html> 
 ====== timeit ====== ====== timeit ======
 timeit モジュールは処理の実行時間を計測する。\\ timeit モジュールは処理の実行時間を計測する。\\
  • python/timeit.txt
  • 最終更新: 2021/07/05 02:38
  • by ともやん