/* 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/. */
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
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
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.