Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/devtools/server/tests/chrome/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_memory.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/devtools/server/tests/chrome/test_memory.html


<!DOCTYPE HTML>
<html>
<!--
Bug 923275 - Add a memory monitor widget to the developer toolbar
-->

<head>
  <meta charset="utf-8">
  <title>Memory monitoring actor test</title>
  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css">
</head>
<body>
<pre id="test">
<script src="memory-helpers.js" type="application/javascript"></script>
<script>
"use strict";

window.onload = function() {
  SimpleTest.waitForExplicitFinish();

  (async function() {
    const { memory, target } = await startServerAndGetSelectedTabMemory();
    const measurement = await memory.measure();
    ok(measurement.total > 0"total memory is valid");
    ok(measurement.domSize > 0"domSize is valid");
    ok(measurement.styleSize > 0"styleSize is valid");
    ok(measurement.jsObjectsSize > 0"jsObjectsSize is valid");
    ok(measurement.jsStringsSize > 0"jsStringsSize is valid");
    ok(measurement.jsOtherSize > 0"jsOtherSize is valid");
    ok(measurement.otherSize > 0"otherSize is valid");
    ok(measurement.jsMilliseconds, "jsMilliseconds is valid");
    ok(measurement.nonJSMilliseconds, "nonJSMilliseconds is valid");
    await destroyServerAndFinish(target);
  })();
};
</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=83 H=93 G=87

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.