// |jit-test| skip-if: !getBuildConfiguration("arm-simulator") && !getBuildConfiguration("arm64-simulator") // Single-step profiling currently only works in the ARM simulator
load(libdir + "asm.js");
enableGeckoProfiling();
enableSingleStepProfiling(); var m = asmCompile(USE_ASM + 'function f() {} return f');
asmLink(m)();
asmLink(m)();
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.