home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3970 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.5 KB  |  73 lines

  1. Path: phoenix.owl.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.programmer
  3. References: <4eqhoj$nit@sunsystem5.informatik.tu-muenchen.de> <42116493@phoenix.owl.de> <1219.6615T886T2318@Redrobe.demon.co.uk> <4fnn4q$e19@sunsystem5.informatik.tu-muenchen.de>
  4. From: "Frank Wille" <frank@phoenix.owl.de>
  5. Date: Thu, 15 Feb 1996 21:46:00 +0200
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=iso-8859-1
  8. Content-Transfer-Encoding: 8bit
  9. Distribution: world
  10. X-NewsReader: IntuiNews 1.3b Beta 3 (5.11.95)
  11. Subject: Re: Blizzard 1230IV how good ?
  12. Message-ID: <42116524@phoenix.owl.de>
  13. Organization: Phantasm
  14.  
  15. Juergen "Rally" Fischer wrote on 12 Feb 1996 15:42:18 GMT
  16. about "Re: Blizzard 1230IV how good ?" :
  17.  
  18.  
  19. JF> |> >These are the measurements from my A4000/040:
  20. JF> |> 
  21. JF> |> >---8<---
  22. JF> |> >Memory Speed Test
  23. JF> |> >⌐ Copyright Frank Wille, February 1996.
  24. JF> |> 
  25. JF> |> >Type            read            write
  26. JF> |> >Chip Ram        4553 kB/s      4566 kB/s
  27. JF> |> >Fast Ram       11340 kB/s      6020 kB/s
  28. JF> 
  29. JF> huh ? slower write in fastmem ? fastmem slower than a A1200 chipmem ?
  30.  
  31. Yes. This is the sad truth. First, I couldn't believe it either. :(
  32. The slow writing into a 128k Fast buffer is caused by the 040's
  33. data cache copyback mode. When I disable data cache, I get 10.6
  34. MB/sec both for reading and writing.
  35.  
  36.  
  37. JF> |> From my A4000/030 :)
  38. JF> |> -------
  39. JF> |> ╗ Memory Speed Test ½
  40. JF> |> Copyright 1996 by Frank Wille.
  41. JF> |> 
  42. JF> |> Type            read            write
  43. JF> |> Chip Ram        3742 kB/s      5747 kB/s
  44. JF> |> Fast Ram       11908 kB/s     15843 kB/s
  45. JF> |> -------
  46. JF> |> 
  47. JF> |> This is in a 32col dblpal 720x520 screen (wb)
  48. JF> |> 
  49. JF> |> I can get chip r/w 4349/6890 kB/s on a 2 colour screen :9
  50. JF> |>                         ^^^^
  51. JF> |>                         so thats approaching 7Mb/sec
  52. JF> |> 
  53. JF> could you please also test (a0)+,(a1)+ which might give different
  54. JF> timings than (a0)+,dn & dn,(a1)+ ?
  55.  
  56. I enhanced my little utility today, implementing copy- and ROM read
  57. tests. It will be on Aminet, replacing the old version, in the next
  58. days.
  59.  
  60. Running it on my 4000/040 with Cybervision screen mode (i.e. *no*
  61. bitplane DMA at all), it looks like this:
  62.  
  63. Type              read           write            copy
  64. Chip RAM          4554 kB/s       4566 kB/s       2283 kB/s
  65. Fast RAM         11333 kB/s       6022 kB/s       4000 kB/s
  66. ROM              11300 kB/s          -               -
  67.  
  68.  
  69. -- _
  70. _ // Frank      EMail: frank@phoenix.owl.de
  71. \X/             IRC:   Phx @ #amiga(ger)
  72.  
  73.