aboutsummaryrefslogtreecommitdiff
path: root/files/ja/tools/performance
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-14 23:03:42 +0900
committerGitHub <noreply@github.com>2021-09-14 23:03:42 +0900
commit192e9f4e82a2ad89ac985e715d63b70be9bf5996 (patch)
treee68ec44ac620848d20701d5807c49fc0606bd724 /files/ja/tools/performance
parent4aaee0a1710f4df99bf4e07fa2ae8986b6219c62 (diff)
downloadtranslated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.tar.gz
translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.tar.bz2
translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.zip
Tools以下の文書内のリンクURLを正規化 (#2367)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/tools/performance')
-rw-r--r--files/ja/tools/performance/call_tree/index.html2
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>