Does anyone have a link to a flash based cpu speed test, because the only one i found had a broken link.
I would like it to be flash as I want to try to uncover the wii`s cpu power through the opera browser.
Flash based cpu tests?
Moderator: Moderators
-
Dr. KillGood
- Senior Member
- Posts: 2209
- Joined: Sat Jan 21, 2006 1:03 am
- Location: Earth
-
atari2600a
- Posts: 1330
- Joined: Fri Jul 28, 2006 12:42 am
- Location: Schwarzeneggerville, CA
- Contact:
I believe the Wii was clocked somewhere in the 750MHz range. I'm not sure, it's on Wikipedia though...
<a href="http://pokerapizzle.ytmnd.com/">YTMND: The Pokerap!</a>
<a href="http://mtac.profusehost.net/">http://mt ... st.net/</a>
<a href="http://mtac.profusehost.net/forum/index.php">MTAC Forums!</a>
<a href="http://mtac.profusehost.net/">http://mt ... st.net/</a>
<a href="http://mtac.profusehost.net/forum/index.php">MTAC Forums!</a>
Google man!
Please remove that avatar.Wiki <- Google me wrote:
Processors:
CPU: PowerPC based "Broadway" processor, made with a 90 nm SOI CMOS process, clocked at 729 MHz
GPU: ATI "Hollywood" GPU made with a 90 nm CMOS process, clocked at 243 MHz.
Charlie wrote:I always wanted to try wall flips, but I'm too attached to my neck.

I don't know a whole lot about flash in particular, but you actually can do some decent benchmarking in interpreted languages if they have one-line tasks and commands that highly computationally intensive.tom61 wrote: Neither is Flash, as it is an interpreter, so the code isn't running natively.
Interpreting adds a lot of overhead to sequential code, but they still eventually wind up calling native processes.
To do speed tests, you just have to make sure that the interpretation overhead of executing your test are very small compared with the load of running the tasks you call.


