diff options
Diffstat (limited to 'files/ja/tools/performance')
-rw-r--r-- | files/ja/tools/performance/call_tree/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>現在のバージョンのコールツリーでは、これらが最も重要な列です。<em>Self Cost </em>が比較的高い関数は、実行に時間がかかり、頻繁に呼び出されるため、最適化の候補となります。</p> <div class="note"> -<p><a href="https://developer.mozilla.org/ja/docs/Tools/Performance/Call_Tree$edit#Using_an_inverted_aka_Bottom-Up_Call_Tree">The inverted call tree</a> は、これらの <em>Self Cost </em>値に集中する良い方法です。</p> +<p><a href="/ja/docs/Tools/Performance/Call_Tree$edit#Using_an_inverted_aka_Bottom-Up_Call_Tree">The inverted call tree</a> は、これらの <em>Self Cost </em>値に集中する良い方法です。</p> </div> <p>このスクリーンショットは、私たちがすでに知っていると思われるものを示しています。バブルソートは非常に非効率的なアルゴリズムです。 バブルソートは選択ソートの約6倍、クイックソートの13倍です。</p> |