Arm Community
Site
Search
User
Site
Search
User
Groups
Research Collaboration and Enablement
DesignStart
Education Hub
Innovation
Open Source Software and Platforms
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello Forum
Operating Systems forum
SoC Design and Simulation forum
中文社区论区
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Innovation blog
Internet of Things (IoT) blog
Operating Systems blog
Research Articles
SoC Design and Simulation blog
Tools, Software and IDEs blog
中文社区博客
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Arm Development Studio forum
Two SOCs speed comparison
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
121 subscribers
Views
2259 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Two SOCs speed comparison
Offline
Dmitry Golubovsky
over 9 years ago
Note: This was originally posted on 31st August 2011 at
http://forums.arm.com
Hi,
I am new to ARM hardware, but trying to understand the speed difference between the two SOCs working at the same CPU frequency, yielding times different results.
Given these two devices:
1. OLPC XO 1.75, using Marvell Armada 610 SOC @ 800MHz, running Fedora Linux
2. Android tablet Pandigital Novel using Samsung S3C6410 @ 800 MHz., running Android 2.0
The same benchmark (Squeak Smalltalk tinyBenchmark [1]) was run on both, using the same Squeak VM interpreter code (well, maybe compiler versions and flags were slightly different, but this was GCC anyway).
Marvell yielded 45,000,000 bytecodes/sec; 1,600,000 sends/sec
while Samsung only 15,000,000/500,000 that is, three times slower.
See [2], [3] where this was discussed
Datasheet search shows that Samsung is ARMv6 [4], and Marvell is ARMv7 [5]
Is it the core version difference that results in such speed difference, or is that possibly the tablet firmware that throttles the CPU down?
I am the current developer of Squeak/Cog VM port to Android, and I collected information about the same benchmark that people ran on various Android devices [6].
It looks like another 800MHz device (Eken M009, VIA core) comes close to Pandigital, and all 1GHz devices show consistently higher speeds, yet this is below the OLPC results.
Thanks for any ideas.
-------------------------------------
[1]
http://wiki.squeak.org/squeak/768
[2]
http://lists.squeakf...ust/009262.html
[3]
http://lists.squeakf...ust/009264.html
[4]
http://pdadb.net/ind...samsung_s3c6410
[5]
http://pdadb.net/ind...vell_armada_610
[6]
http://code.google.c...i/TinyBenchmark
Parents
Offline
Etienne SOBOLE
over 9 years ago
Note: This was originally posted on 1st September 2011 at
http://forums.arm.com
I'm not sure, but that could be due to the DDR3 of the OLPC !
LPDRAM is not very fast on mobile.
You should try a bench that only do some computation in a small amount of memory to see of the problem come's from the CPU.
Cancel
Up
0
Down
Cancel
Reply
Offline
Etienne SOBOLE
over 9 years ago
Note: This was originally posted on 1st September 2011 at
http://forums.arm.com
I'm not sure, but that could be due to the DDR3 of the OLPC !
LPDRAM is not very fast on mobile.
You should try a bench that only do some computation in a small amount of memory to see of the problem come's from the CPU.
Cancel
Up
0
Down
Cancel
Children
No data