diff options
| author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:24 +0200 |
|---|---|---|
| committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
| commit | 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch) | |
| tree | 30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/performance/memory | |
| parent | c05efa8d7ae464235cf83d7c0956e42dc6974103 (diff) | |
| download | translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2 translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip | |
convert content to md
Diffstat (limited to 'files/fr/web/api/performance/memory')
| -rw-r--r-- | files/fr/web/api/performance/memory/index.md | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/files/fr/web/api/performance/memory/index.md b/files/fr/web/api/performance/memory/index.md index a98b747b49..2a922d4fb3 100644 --- a/files/fr/web/api/performance/memory/index.md +++ b/files/fr/web/api/performance/memory/index.md @@ -7,37 +7,33 @@ tags: - Performance web translation_of: Web/API/Performance/memory --- -<p>{{APIRef}}</p> +{{APIRef}} {{Non-standardGeneric('header')}} -<h2 id="Syntax">Syntaxe</h2> +## Syntaxe -<pre class="brush: js"> - <em>timingInfo</em> = <em>performance</em>.memory -</pre> +```js + timingInfo = performance.memory +``` -<h2 id="Attributes">Attributs</h2> +## Attributs -<dl> - <dt><code>jsHeapSizeLimit</code></dt> - <dd>La taille maximale du tas, en octets, qui est disponible pour le contexte.</dd> - <dt><code>totalJSHeapSize</code></dt> - <dd>La taille totale du répertoire alloué, en octets.</dd> - <dt>usedJSHeapSize</dt> - <dd>Le segment actuellement actif du répertoire JS, en octets.</dd> -</dl> +- `jsHeapSizeLimit` + - : La taille maximale du tas, en octets, qui est disponible pour le contexte. +- `totalJSHeapSize` + - : La taille totale du répertoire alloué, en octets. +- usedJSHeapSize + - : Le segment actuellement actif du répertoire JS, en octets. -<h2 id="Specifications">Spécifications</h2> +## Spécifications -<p>Aucune</p> +Aucune -<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> +## Compatibilité des navigateurs -<p>{{Compat("api.Performance.memory")}}</p> +{{Compat("api.Performance.memory")}} -<h2 id="See_also">Voir aussi</h2> +## Voir aussi -<ul> - <li>L'interface {{domxref("Performance")}} à laquelle il appartient.</li> -</ul> +- L'interface {{domxref("Performance")}} à laquelle il appartient. |
