Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/devtools/server/tests/chrome/   (Browser von der Mozilla Stiftung 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
C=94 H=91 G=92

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.