This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
let nvidia = amd = intel = others = 0.0; | |
let gpGF10 = gpGF16 = gpGF20 = gpGF30 = gpGF40 = gpGFETC = gpRX400 = gpRX500 = gpRX5000 = gpRX6000 = gpRX7000 = gpAMDETC = gpIntelETC = 0.0; | |
let substats = document.getElementById("sub_stats"); | |
let divs = substats.getElementsByTagName("div"); | |
let rows = []; | |
for (let x = 0, headcounter = 0; x < divs.length; x++) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var test = function(){ | |
console.log("testing external script"); | |
} |