Hacker News new | ask | show | jobs
by riledhel 5530 days ago
Clock speed is just another metric, not the most important one. You also have chips that do several operations per clock cycle, low power consumption chips, chips that do parallel processing. All these factors affect performance as well.
2 comments

That may be true for a processor, but when talking about transistors, I think that clock speed and power consumption are the metrics to measure.
I would argue that neither of those things are metrics to measure for a transistor, since they are affected by how its used. Properties of the transistor itself are what matter: size, drain and source capacitance, leakage current when off, drain-source voltage drop when on, and probably a dozen things I don't really know about.
The properties you mention are mainly "low level" properties, which in the end affect the "high level" properties that are speed and power consumption. For example capacitance limits clock speed and also has an effect on power consumption, and leakage current reduces power efficiency. Capacitance and leakage current themselves depend on size. I think that the physical properties you mention (and maybe others) may be used to create a model, which can then be used to estimate clock speed and power consumption at different operating points.
Not to mention branch prediction, out-of-order execution, etc...
The last two comments are true for CPUs, but I think they are only talking about transistor switching speed.