Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/wgpu-hal/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  nop-fill-jit-exit.js   Sprache: unbekannt

 
// |jit-test| --arm-asm-nop-fill=1
//
try {
    enableSingleStepProfiling();
    disableSingleStepProfiling();
catch (e) {
    // Early quit on platforms not supporting single step profiling.
    quit();
}

load(libdir + "asm.js");

var ffi = function(enable) {
    enableGeckoProfiling();
    enableSingleStepProfiling();
}
var f = asmLink(asmCompile('global''ffis',
  USE_ASM + `
    var ffi=ffis.ffi;
    function f(i) {
      i=i|0;
      ffi(i|0);
    } return f
  `), null, {
    ffi
});
f(0);
f(+1);

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

[ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ]