c# - Get CPU frequency (Ghz) on android devices -
i'm using latest unity 5 , working on android project. found out unity can show processor type , core count systeminfo.processortype
, systeminfo.processorcount
.
could possible show cpu freqeuncy in ghz
on android devices? can either written in c#
or unityscript
code.
this though task, witch may require lot of work do. first thought there have way android os hold kind of data somewhere in storage. found http://android-er.blogspot.com/2009/09/read-android-cpu-info.html. in short read data manufacturer, on different phones there might or may not data looking for.
second thought have count on own https://stackoverflow.com/a/27821658/2531209 might come in handy, not perfect since need make calculations , wont receive result in hz.
third thought if core of application , want support may want create list of phones , processors architectures (or find 1 in convenient form) , display associated score in ghz.
Comments
Post a Comment