utils: add parameter for sdcard image file for createimg command
examples: add more benchmark results, other small changes
This commit is contained in:
parent
b6bd487b7e
commit
651a451d53
3 changed files with 30 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ Running benchmarks.prog
|
|||
--------------------------------------
|
||||
Arty-A7-35T
|
||||
83MHz, 64KB SRAM, 256MB DRAM
|
||||
running in DRAM only (except corelib, stdlib, runtime)
|
||||
running in DRAM (except corelib, stdlib, runtime)
|
||||
|
||||
Running benchmarks.prog
|
||||
empty loop 10M 00:00:30
|
||||
|
|
@ -45,4 +45,28 @@ Running benchmarks.prog
|
|||
exp() 10K 00:00:29
|
||||
cos() 10K 00:00:06
|
||||
|
||||
Arty-A7-35T
|
||||
76.92MHz, 64KB SRAM, 256MB DRAM
|
||||
running in DRAM (except corelib, stdlib, runtime)
|
||||
|
||||
Running benchmarks.prog
|
||||
empty loop 10M 00:00:32
|
||||
write variable 10M 00:00:40
|
||||
read variable 10M 00:00:43
|
||||
integer addition 10M 00:00:52
|
||||
real addition 1M 00:00:34
|
||||
integer multiplication 1M 00:01:17
|
||||
real multiplication 1M 00:01:08
|
||||
integer division 1M 00:01:57
|
||||
real division 1M 00:01:17
|
||||
string indexing 1M 00:01:19
|
||||
string iteration 1M 00:00:51
|
||||
new/dispose 1k 1M 00:00:29
|
||||
new/dispose 128k 1M 00:00:30
|
||||
array copy 1k 10K 00:00:03
|
||||
array copy 128k 1K 00:00:48
|
||||
exp() 10K 00:00:32
|
||||
cos() 10K 00:00:06
|
||||
|
||||
Running benchmarks.prog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue