瑞薩G2L A55核心板內存讀寫速率測試報告
瑞薩G2L A55核心板內存讀寫速率測試報告
1、測試目的
測試目的:測試內存的讀寫速率,即DDR4的性能。
硬件平臺:維芯科推出的WTB-G2LS_V02工控板(包含WTC-G2LS_V03核心板)
系統平臺:Linux 5.10

圖一 WTB-G2LS_V02工控板
2、測試結果
單顆鎂光1GB DDR4內存測試結果:1050MB/s
單顆三星512MB DDR4內存測試結果:1060MB/s
3、測試工具
內存帶寬測試工具:mbw
Mbw是一個內存帶寬測試工具可以測試在字節拷貝,塊拷貝,整體拷貝三種不同方式下的內存拷貝速度,程序源碼比較簡單,便于理解。
獲取方式:git clone http://github.com/raas/mbw
使用配套的交叉編譯器編譯好之后拷貝到機器上運行。
root@weathink:~# ./mbw -h
mbw memory benchmark v1.5, https://github.com/raas/mbw
Usage: mbw [options] array_size_in_MiB
Options:
-n: number of runs per test (0 to run forever)
-a: Don't display average
-t0: memcpy test
-t1: dumb (b[i]=a[i] style) test
-t2: memcpy test with fixed block size
-b
-q: quiet (print statistics only)
(will then use two arrays, watch out for swapping)
'Bandwidth' is amount of data copied over the time this operation took.
The default is to run all tests available.
root@weathink:~#
4、測試過程
4.1、測試單顆鎂光1GB DDR4
對單顆鎂光1GB DDR4進行內存讀寫速率測試。
使用命令:
./mbw -q -n 10 256
-n 表示測試的次數
256 表示測試的內存大小為256MB

圖二 1GB DDR4 測試速率
詳細測試報告參考下載鏈接
http://www.bestoptometry.cn/service/xiazai/wendang/7.html
EN