Test RAM read/write speed
Valdis.Kletnieks at vt.edu
Valdis.Kletnieks at vt.edu
Tue Sep 30 16:25:11 EDT 2014
On Wed, 01 Oct 2014 01:32:19 +0530, Ssagarr Patil said:
> May be a tool is needed at uboot level to test the speeds.
What will that actually *tell* you though? Or more to the point,
what *actionable* information will that give you? The cache speeds
and memory speeds are something you're stuck with unless you upgrade
the computer. And especially in the ARM SoC world, "upgrade" means
"buy the next Raspberry Pi model" or "time for a new Beaglebone" or
whatever.
Now, what would be *useful* is a tool that measures how much you're
thrashing the L1/L2 cache and the TLB - often rewriting the code will
allow much better performance by minimizing cache/TLB misses, but you
need to know which code is sucking before you can make it un-sucking.
Also, that's a *different* question than what the memory speed is - at
that point, it's more about how effectively you're using the memory
bandwidth.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140930/26b43223/attachment.bin
More information about the Kernelnewbies
mailing list