aboutsummaryrefslogtreecommitdiff
path: root/cpuinf.lua
AgeCommit message (Collapse)AuthorFiles
2009-09-14General cleanupAdrian C. (anrxc)1
2009-08-07All worker functions are local.Adrian C. (anrxc)1
2009-08-06CPU Information widget included.Adrian C. (anrxc)1
Widget returns speed and cache information for all available CPUs/cores. It stores cpu speed in mhz and ghz in a table as well as cpu cache in kb and mb. Values are retrieved using the CPU ID, i.e. we would retrieve speed in ghz for CPU or core 1 with this format string: ${1 ghz}.