aboutsummaryrefslogtreecommitdiff
path: root/files/ja/tools/performance
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
commite3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch)
treee79f55a57428a312358befac396d4abe25730206 /files/ja/tools/performance
parent65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff)
downloadtranslated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip
adding translation_of_original to front-matter
Diffstat (limited to 'files/ja/tools/performance')
-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>