|
2009-12-11
, 00:11
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#2
|
|
2009-12-11
, 00:20
|
|
Posts: 909 |
Thanked: 216 times |
Joined on Nov 2009
@ Bremen, Germany
|
#3
|
|
2009-12-11
, 00:47
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#4
|
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 600000 550000 500000 250000 ~# cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state 600000 50910 550000 1552 500000 18403 250000 838257
The Following 4 Users Say Thank You to kwotski For This Useful Post: | ||
|
2009-12-11
, 01:11
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#6
|
The Following User Says Thank You to GeneralAntilles For This Useful Post: | ||
|
2009-12-11
, 02:28
|
Posts: 92 |
Thanked: 69 times |
Joined on Nov 2009
@ UK
|
#7
|
|
2009-12-11
, 02:56
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#8
|
watch -n 1 "perl -ne 'if(/(\d+)\s+(\d+)/){\$c += \$1 * \$2; \$t += \$2; }END{ \$a = \$c / \$t; print \"\$c cycles in \$t secs, avg: \$a\n\";}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state"
The Following 2 Users Say Thank You to kwotski For This Useful Post: | ||
|
2009-12-11
, 03:40
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#9
|
|
2009-12-11
, 14:00
|
Posts: 267 |
Thanked: 128 times |
Joined on Sep 2009
@ Somerville MA - USA
|
#10
|
is there a program to check N900's cpu clock
a benchmark would help as well...
thanks in advance