From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/console/profile/index.html | 42 ----------------------------- 1 file changed, 42 deletions(-) delete mode 100644 files/fr/web/api/console/profile/index.html (limited to 'files/fr/web/api/console/profile/index.html') diff --git a/files/fr/web/api/console/profile/index.html b/files/fr/web/api/console/profile/index.html deleted file mode 100644 index d26727f201..0000000000 --- a/files/fr/web/api/console/profile/index.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Console.profile() -slug: Web/API/Console/profile -tags: - - API - - DOM - - Méthodes - - Profils - - débogage -translation_of: Web/API/Console/profile ---- -

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

- -

Commence l'enregistrement d'un profil de performance (par exemple, l'outil performance de Firefox).

- -

Vous pouvez éventuellement fournir un argument pour nommer le profil, ce qui vous permet d'arrêter uniquement ce profil si plusieurs profils sont enregistrés. Voir {{domxref("Console.profileEnd()")}} pour voir comment cet argument est interprété.

- -

Pour arrêter l'enregistrement, appeler {{domxref("Console.profileEnd()")}}.

- -

{{AvailableInWorkers}}

- -

Syntaxe

- -
console.profile(profileName);
-
- -

Paramètres

- -
-
profileName
-
Le nom à donner au profil. Facultatif.
-
- -

Compatibilité des navigateurs

- -

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

- -

Voir aussi

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