--- 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")}} 最初期の定義

ブラウザ実装状況

{{Compat("api.Console.profileEnd")}}

関連情報