![]() |
2010-02-03
, 14:19
|
Posts: 75 |
Thanked: 31 times |
Joined on Dec 2009
|
#2
|
![]() |
2010-02-03
, 17:36
|
Posts: 50 |
Thanked: 3 times |
Joined on Dec 2009
|
#3
|
![]() |
2010-02-03
, 18:06
|
Posts: 455 |
Thanked: 278 times |
Joined on Dec 2009
@ Oregon, USA
|
#4
|
# bash -c "time pi 1048576 >/dev/null" 2>&1 | grep real
real 3m55.503s
~# cat /proc/cpuinfo
Processor : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 499.92
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc08
CPU revision : 3
Hardware : Nokia RX-51 board
Revision : 2101
Serial : 0000000000000000
![]() |
2010-02-03
, 18:15
|
Posts: 242 |
Thanked: 97 times |
Joined on Sep 2009
|
#5
|
![]() |
2010-02-03
, 18:20
|
Posts: 455 |
Thanked: 278 times |
Joined on Dec 2009
@ Oregon, USA
|
#6
|
![]() |
2010-02-03
, 18:28
|
Posts: 242 |
Thanked: 97 times |
Joined on Sep 2009
|
#7
|
![]() |
2010-02-03
, 18:30
|
Posts: 455 |
Thanked: 278 times |
Joined on Dec 2009
@ Oregon, USA
|
#8
|
The Following User Says Thank You to craftyguy For This Useful Post: | ||
![]() |
2010-02-03
, 21:18
|
Posts: 1,258 |
Thanked: 672 times |
Joined on Mar 2009
|
#9
|
The Following User Says Thank You to shadowjk For This Useful Post: | ||
![]() |
2010-02-03
, 22:13
|
Posts: 71 |
Thanked: 19 times |
Joined on Dec 2009
|
#10
|
Not like x86 platform, there are a lot of test software to show different aspect of the cpu's performance. ARM platform don't have so many. But pi is the same on both x86 and ARM, can be used to show useful info about ARM CPU.
here is for my N810.
apt-get install pi
Other test method please also be suggested. Thanks!