From 192e9f4e82a2ad89ac985e715d63b70be9bf5996 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:03:42 +0900 Subject: Tools以下の文書内のリンクURLを正規化 (#2367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/tools/performance/call_tree/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/tools/performance') diff --git a/files/ja/tools/performance/call_tree/index.html b/files/ja/tools/performance/call_tree/index.html index d0472584d4..814a035ee3 100644 --- a/files/ja/tools/performance/call_tree/index.html +++ b/files/ja/tools/performance/call_tree/index.html @@ -46,7 +46,7 @@ translation_of: Tools/Performance/Call_Tree

現在のバージョンのコールツリーでは、これらが最も重要な列です。Self Cost が比較的高い関数は、実行に時間がかかり、頻繁に呼び出されるため、最適化の候補となります。

-

The inverted call tree は、これらの Self Cost 値に集中する良い方法です。

+

The inverted call tree は、これらの Self Cost 値に集中する良い方法です。

このスクリーンショットは、私たちがすでに知っていると思われるものを示しています。バブルソートは非常に非効率的なアルゴリズムです。 バブルソートは選択ソートの約6倍、クイックソートの13倍です。

-- cgit v1.2.3-54-g00ecf