// When running full suite, previous audio decoding tests might have left some // running and this might interfere with our testing
add_setup(async function ensureNoExistingProcess() {
await killUtilityProcesses();
});
const gMgr = Cc["@mozilla.org/memory-reporter-manager;1"].getService(
Ci.nsIMemoryReporterManager
); Assert.notStrictEqual(
utilityPid,
undefined,
`Utility process is running as ${utilityPid}`
);
var utilityReports = [];
const performCollection = new Promise(resolve => { // Record the reports from the live memory reporters then process them.
let handleReport = function (
aProcess,
aUnsafePath,
aKind,
aUnits,
aAmount,
aDescription
) { const expectedProcess = `Utility (pid ${utilityPid}, sandboxingKind ${kGenericUtilitySandbox})`; if (aProcess !== expectedProcess) { return;
}
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.