var maxPerBlock = Xs.length / 50;
var maxBlocks = Xs.length / maxPerBlock;
var count = 0;
var rAF = window.requestAnimationFrame || window.mozRequestAnimationFrame;
function runTest() {
for (var subcount = 0; subcount < maxPerBlock; subcount += 1) {
var index = count * maxPerBlock + subcount;
var newI = document.createElementNS('http://www.w3.org/2000/svg', 'image');
newI.setAttribute('x', Xs[index] - (99 / Ss[index]) / 2);
newI.setAttribute('y', Ys[index] - (195 / Ss[index]) / 2);
newI.setAttribute('height', 195 / Ss[index]);
newI.setAttribute('width', 99 / Ss[index]);
newI.setAttributeNS('http://www.w3.org/1999/xlink', 'href', 'images/smallcats.gif');
newI.setAttribute('transform', 'translate(50, 50) rotate(' + Rs[index] + ') translate(-50, -50)');
newI.appendChild(document.createTextNode(index)); // 'TEST'));
svg.insertBefore(newI, t);
}
++count;
if (count < maxBlocks) {
rAF(runTest);
t.firstChild.data = 'Test in progress... ' + count + ' of ' + maxBlocks;
} else {
var end = new Date();
var elapsed = (end - start) / 1000;
t.firstChild.data = 'Test completed in ' + elapsed.toFixed(2) + 's.';
if (window.tpRecordTime) window.tpRecordTime(end - start, start);
if (parent.reportResults) parent.reportResults(end - start, start);
}
}
addEventListener("load", function() {
TalosContentProfiler.subtestStart("hixie-004.xml loaded", true).then(() => {
rAF(runTest);
});
});
]]></script>
<scripttype="text/javascript"xlink:href="resource://talos-powers/TalosContentProfiler.js"></script>
</svg>
Messung V0.5 in Prozent
¤ 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.0.12Bemerkung:
(vorverarbeitet am 2026-08-25)
¤
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.