diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-08 12:26:50 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-08 12:26:50 +0000 |
commit | dbf69e3625af1ec8c3da700ea8f06d105caf5449 (patch) | |
tree | 8727899d8332cc4472df198c5806284688e0cd89 /testing | |
parent | 49e286509b30e8e1283a7e4bcf2a82b9a6efaffb (diff) | |
download | riscv-openocd-dbf69e3625af1ec8c3da700ea8f06d105caf5449.zip riscv-openocd-dbf69e3625af1ec8c3da700ea8f06d105caf5449.tar.gz riscv-openocd-dbf69e3625af1ec8c3da700ea8f06d105caf5449.tar.bz2 |
profiling numbers
git-svn-id: svn://svn.berlios.de/openocd/trunk@1675 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing')
-rw-r--r-- | testing/profile.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/profile.txt b/testing/profile.txt new file mode 100644 index 0000000..ee56e46 --- /dev/null +++ b/testing/profile.txt @@ -0,0 +1,14 @@ +old version rev 1606:
+
+single step: 59 ms
+flash 64k : 24kB/s
+mdb 0 128 : 44ms
+
+
+trunk rev 1662:
+
+single step: 99 ms
+flash 64k : 21.5kB/s
+mdb 0 128 : 72ms
+
+
|