diff options
Diffstat (limited to 'files/ja/conflicting/tools/performance/call_tree/index.html')
-rw-r--r-- | files/ja/conflicting/tools/performance/call_tree/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/conflicting/tools/performance/call_tree/index.html b/files/ja/conflicting/tools/performance/call_tree/index.html index 858b944015..1f857f4b74 100644 --- a/files/ja/conflicting/tools/performance/call_tree/index.html +++ b/files/ja/conflicting/tools/performance/call_tree/index.html @@ -1,8 +1,9 @@ --- title: プロファイラのチュートリアル -slug: Tools/Performance/Profiler_walkthrough +slug: conflicting/Tools/Performance/Call_Tree translation_of: Tools/Performance/Call_Tree translation_of_original: Tools/Performance/Profiler_walkthrough +original_slug: Tools/Performance/Profiler_walkthrough --- <div>{{ToolsSidebar}}</div><p>JavaScript プロファイラは JavaScript エンジンの状態を定期的にサンプリングして、その時点のコード実行のスタックを記録します。統計的に、個々の関数を実行しているときに取得したサンプル数はブラウザが実行にかけた時間に対応しますので、コード内のボトルネックを発見できます。</p> |