Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/debug/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  Memory-takeCensus-11.js   Sprache: JAVA

 
// |jit-test| --baseline-offthread-compile=off; skip-if: isLcovEnabled()

// NOTE: Code coverage keeps top-level script alive even if normally it would be
//       GC'd. Skip this test in that case. For the same reason, offthread
//       baseline compilation must be disabled.

// Check byte counts produced by takeCensus.

const g = newGlobal({newCompartment: true });
g.evaluate("setJitCompilerOption('ion.warmup.trigger', 1000)",
           {
             forceFullParse: true,
           });

const dbg = new Debugger(g);

g.evaluate("function one() {}",
           {
             fileName: "one.js",
             forceFullParse: true,
           });
g.evaluate(`function two1() {}
            function two2() {}`,
           {
             fileName: "two.js",
             forceFullParse: true,
           });
g.evaluate(`function three1() {}
            function three2() {}
            function three3() {}`,
           {
             fileName: "three.js",
             forceFullParse: true,
           });

const report = dbg.memory.takeCensus({
  breakdown: {
    by: "coarseType",
    scripts: {
      by: "filename",
      then: { by: "count", count: true, bytes: false },
      noFilename: {
        by: "internalType",
        then: { by: "count", count: true, bytes: false }
      }
    },

    // Not really interested in these, but they're here for completeness.
    objects: { by: "count", count: truebytefalse },
    strings: { by: "count", count: truebytefalse },
    other:   { by: "count", count: truebytefalse },
  }
});

print(JSON.stringify(report, null, 4));

assertEq(report.scripts["one.js"].count, 1);
assertEq(report.scripts["two.js"].count, 2);
assertEq(report.scripts["three.js"].count, 3);

const noFilename = report.scripts.noFilename;
assertEq(!!noFilename, true);
assertEq(typeof noFilename, "object");

Messung V0.5
C=96 H=100 G=97

¤ Dauer der Verarbeitung: 0.14 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.