diff options
author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/console/profile/index.html | |
parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/console/profile/index.html')
-rw-r--r-- | files/fr/web/api/console/profile/index.html | 42 |
1 files changed, 0 insertions, 42 deletions
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 ---- -<p>{{APIRef("Console API")}}{{Non-standard_header}}</p> - -<p>Commence l'enregistrement d'un profil de performance (par exemple, l'outil <a href="/fr/docs/Outils/Performance">performance de Firefox</a>).</p> - -<p>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é.</p> - -<p>Pour arrêter l'enregistrement, appeler {{domxref("Console.profileEnd()")}}.</p> - -<p>{{AvailableInWorkers}}</p> - -<h2 id="Syntaxe">Syntaxe</h2> - -<pre class="syntaxbox">console.profile(<em>profileName</em>); -</pre> - -<h2 id="Paramètres">Paramètres</h2> - -<dl> - <dt><code>profileName</code></dt> - <dd>Le nom à donner au profil. Facultatif.</dd> -</dl> - -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - -<p>{{Compat("api.Console.profile")}}</p> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li>{{domxref("Console.profileEnd()")}}</li> -</ul> |