Total BogoMIPS in CPU-G

Bug #833918 reported by FR. Loïc
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CPU-G
In Progress
Low
Michał Olber

Bug Description

Hi,

You can simplify the code and reading "BogoMIPS" in CPU-G.
At present the result "BogoMIPS" in CPU-g is that of one core and not the total power of processor.
You have done a drop-down menu or it would be more interresting to remove it and put the total score using this command:
dmesg | grep -i bogo | tail -1
[ 0.436667] Total of 4 processors activated (20903.51 BogoMIPS).

It's more beautiful than:
cat /proc/cpuinfo | grep bogomips
bogomips : 5225.76
bogomips : 5225.57
bogomips : 5226.61
bogomips : 5226.57

Thanks

Tags: bogomips cpu-g
Revision history for this message
FR. Loïc (hackurx) wrote :
Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

Your dmesg call would be useless after more kernel output. Better would be simple summary of /proc/cpuinfo entries:

20:18 hrw@puchatek:~$ grep bogo /proc/cpuinfo
bogomips : 6784.11
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
20:19 hrw@puchatek:~$ dmesg|grep -i bogo
[ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.11 BogoMIPS (lpj=13568224)
[ 0.917880] Total of 8 processors activated (54275.84 BogoMIPS).

Revision history for this message
Michał Olber (olbi) wrote :

Bug was resolved. Soon I will update branch 0.11. Than all could test it and send report.

Changed in cpug:
assignee: nobody → Michał Olber (olbi)
importance: Undecided → Medium
status: New → In Progress
Revision history for this message
FR. Loïc (hackurx) wrote :

Ok thank you.

eloaders (eloaders)
Changed in cpug:
importance: Medium → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.