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