From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/console/profileend/index.html | 130 +++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 files/ja/web/api/console/profileend/index.html (limited to 'files/ja/web/api/console/profileend') diff --git a/files/ja/web/api/console/profileend/index.html b/files/ja/web/api/console/profileend/index.html new file mode 100644 index 0000000000..b6b29ad82b --- /dev/null +++ b/files/ja/web/api/console/profileend/index.html @@ -0,0 +1,130 @@ +--- +title: Console.profileEnd() +slug: Web/API/console/profileEnd +tags: + - API + - DOM + - Debugging + - Method + - Reference + - Web Development + - profileEnd + - web console +translation_of: Web/API/Console/profileEnd +--- +

{{APIRef("Console API")}}{{Non-standard_header}}

+ +

profileEnd メソッドは、{{domxref("Console.profile()")}} で開始したプロファイルの記録を終了します。

+ +

任意で引数にプロファイル名を与えることができます。引数を与えると、複数のプロファイルを記録している場合に特定のプロファイルのみ停止することができます。

+ + + +

{{AvailableInWorkers}}

+ +

構文

+ +
console.profileEnd(profileName);
+
+ +

引数

+ +
+
profileName
+
プロファイルにつける名前。この引数は省略可能です。
+
+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName("Console API", "#consoleprofileend", "console.profileEnd()")}}{{Spec2("Console API")}}最初期の定義
+ +

ブラウザ実装状況

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari
基本サポート{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}
Worker で使用可能{{CompatUnknown}}{{CompatGeckoDesktop("38.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
機能AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
基本サポート{{CompatUnknown}}{{CompatGeckoMobile("10.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
Worker で使用可能{{CompatUnknown}}{{CompatGeckoMobile("38.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf