Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_timeOrigin.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/performance/tests/test_timeOrigin.html


<!DOCTYPE HTML>
<html>
  <head>
    <title>Test for performance.timeOrigin</title>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <script src="/tests/SimpleTest/SimpleTest.js"></script>
  </head>
  <body>
    <script type="text/js-worker" id="worker-src">
      postMessage({ now: performance.now(), timeOrigin: performance.timeOrigin });
    </script>

    <script type="text/js-worker" id="shared-worker-src">
      onconnect = function(evt) {
        evt.ports[0].postMessage({ now: performance.now(), timeOrigin: performance.timeOrigin });
      };
    </script>

    <script class="testbody" type="text/javascript">

function testBasic() {
  ok("timeOrigin" in performance, "Performance.timeOrigin exists.");
  ok(performance.timeOrigin > 0"TimeOrigin must be greater than 0.");
  next();
}

function testWorker() {
  var now = performance.now();

  var blob = new Blob([ document.getElementById("worker-src").textContent ],
                      { type: "text/javascript" });
  var w = new Worker(URL.createObjectURL(blob));
  w.onmessage = function(e) {
    ok (e.data.now + e.data.timeOrigin > now + performance.timeOrigin, "Comparing worker.now and window.now");
    next();
  }
}

function testSharedWorker() {
  var now = performance.now();

  var blob = new Blob([ document.getElementById("shared-worker-src").textContent ],
                      { type: "text/javascript" });
  var w = new SharedWorker(URL.createObjectURL(blob));
  w.port.onmessage = function(e) {
    ok (e.data.now + e.data.timeOrigin > now + performance.timeOrigin, "Comparing worker.now and window.now");
    next();
  }
}

var tests = [ testBasic, testWorker, testSharedWorker ];
function next() {
  if (!tests.length) {
    SpecialPowers.setBoolPref("privacy.reduceTimerPrecision", reduceTimePrecisionPrevPrefValue);
    SimpleTest.finish();
    return;
  }

  var test = tests.shift();
  test();
}

SimpleTest.waitForExplicitFinish();

// It is a known issue that comparing time between a worker and a window
// when timer clamping is in effect may cause time to go backwards.
// Do not run this test with this preference set. For large values of
// clamping you will see failures. For small values, it is intermitant.
var reduceTimePrecisionPrevPrefValue = SpecialPowers.getBoolPref("privacy.reduceTimerPrecision");
SpecialPowers.setBoolPref("privacy.reduceTimerPrecision", false);

addLoadEvent(next);
      </script>
    </pre>
  </body>
</html>

Messung V0.5 in Prozent
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet am  2026-06-09) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik