Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/devtools/gc-ubench/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  spidermonkey.js   Sprache: JAVA

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */


// SpiderMonkey JS shell benchmark script
//
// Usage: run $JS spidermonkey.js --help

loadRelativeToScript("shell-bench.js");

var SpiderMonkey = class extends Host {
  start_turn() {}

  end_turn() {
    clearKeptObjects();
    maybegc();
    drainJobQueue();
  }

  suspend(duration) {
    sleep(duration);
  }

  get minorGCCount() {
    return performance.mozMemory.gc.minorGCCount;
  }
  get majorGCCount() {
    return performance.mozMemory.gc.majorGCCount;
  }
  get GCSliceCount() {
    return performance.mozMemory.gc.sliceCount;
  }
  get gcBytes() {
    return performance.mozMemory.gc.zone.gcBytes;
  }
  get gcAllocTrigger() {
    return performance.mozMemory.gc.zone.gcAllocTrigger;
  }

  features = {
    haveMemorySizes: true,
    haveGCCounts: true,
  };
};

var gHost = new SpiderMonkey();
var { opts, rest: mutators } = argparse.parse_args(scriptArgs);
run(opts, mutators);

print("\nTest results:\n");
report_results();

var outfile = "spidermonkey-results.json";
var origOut = redirect(outfile);
print(JSON.stringify(gPerf.results));
redirect(origOut);
print(`Wrote detailed results to ${outfile}`);

Messung V0.5
C=85 H=90 G=87

¤ 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.