http://www.howtogeek.com/177790/why-you-cant-use-cpu-clock-speed-to-compare-computer-performance/ Why You Can't Use CPU Clock Speed to Compare Computer Performance Shopping for a new computer? Don't pay too much attention to CPU clock speed. "CPU spe…
https://en.wikipedia.org/wiki/Clock_rate The clock rate typically refers to the frequency at which a chip like a central processing unit (CPU), one core of a multi-core processor, is running and is used as an indicator of the processor's speed. It is…
var elClock = document.getElementById("clock");var getTime = function(){ var _ = ['00','01','02','03','04','05','06','07','08','09'], d = new Date(), h = d.getHours(), m = d.getMinutes(), s = d.getSeconds(); return [_[h]||h,_[m]||m,_[s]||s].join…