aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/tools/performance
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/conflicting/tools/performance')
-rw-r--r--files/ja/conflicting/tools/performance/call_tree/index.html3
-rw-r--r--files/ja/conflicting/tools/performance/index.html3
2 files changed, 4 insertions, 2 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>
diff --git a/files/ja/conflicting/tools/performance/index.html b/files/ja/conflicting/tools/performance/index.html
index c05f177c25..b4c45173f3 100644
--- a/files/ja/conflicting/tools/performance/index.html
+++ b/files/ja/conflicting/tools/performance/index.html
@@ -1,6 +1,6 @@
---
title: JavaScript プロファイラ
-slug: Tools/Profiler
+slug: conflicting/Tools/Performance
tags:
- Debugging
- Firefox
@@ -10,6 +10,7 @@ tags:
- Tools
translation_of: Tools/Performance
translation_of_original: Tools/Profiler
+original_slug: Tools/Profiler
---
<div>{{ToolsSidebar}}</div><p>プロファイラツールを使用して、JavaScript コードのボトルネックを見つけましょう。プロファイラは周期的に、サンプルについて現在の JavaScript コールスタックやコンパイルの統計情報を抽出します。</p>