examples: add benchmark results with instruction cache
This commit is contained in:
parent
a1795d9b1f
commit
136e3f74a0
1 changed files with 23 additions and 1 deletions
|
|
@ -68,5 +68,27 @@ Running benchmarks.prog
|
||||||
exp() 10K 00:00:32
|
exp() 10K 00:00:32
|
||||||
cos() 10K 00:00:06
|
cos() 10K 00:00:06
|
||||||
|
|
||||||
Running benchmarks.prog
|
|
||||||
|
Arty-A7-35T
|
||||||
|
76.92MHz, 64KB SRAM, 256MB DRAM, 16B instruction cache
|
||||||
|
running in DRAM (except corelib, stdlib, runtime)
|
||||||
|
|
||||||
|
Running benchmarks.prog
|
||||||
|
empty loop 10M 00:00:16
|
||||||
|
write variable 10M 00:00:17
|
||||||
|
read variable 10M 00:00:19
|
||||||
|
integer addition 10M 00:00:24
|
||||||
|
real addition 1M 00:00:30
|
||||||
|
integer multiplication 1M 00:01:14
|
||||||
|
real multiplication 1M 00:01:05
|
||||||
|
integer division 1M 00:01:53
|
||||||
|
real division 1M 00:01:13
|
||||||
|
string indexing 1M 00:00:41
|
||||||
|
string iteration 1M 00:00:21
|
||||||
|
new/dispose 1k 1M 00:00:25
|
||||||
|
new/dispose 128k 1M 00:00:26
|
||||||
|
array copy 1k 10K 00:00:03
|
||||||
|
array copy 128k 1K 00:00:48
|
||||||
|
exp() 10K 00:00:32
|
||||||
|
cos() 10K 00:00:06
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue