home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8397 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.8 KB

  1. Path: sparky!uunet!gatech!destroyer!caen!nic.umass.edu!dime!dime.cs.umass.edu!moss
  2. From: moss@cs.umass.edu (Eliot Moss)
  3. Newsgroups: comp.arch
  4. Subject: Re: Looking for Trace Driven Simulator
  5. Message-ID: <MOSS.92Jul28173905@ibis.cs.umass.edu>
  6. Date: 28 Jul 92 21:39:05 GMT
  7. References: <1992Jul27.174007.2892@tamsun.tamu.edu>
  8. Sender: news@dime.cs.umass.edu
  9. Reply-To: moss@cs.umass.edu
  10. Organization: Dept of Comp and Info Sci, Univ of Mass (Amherst)
  11. Lines: 25
  12. In-reply-to: osborne@cs.tamu.edu's message of 27 Jul 92 17:40:07 GMT
  13.  
  14. Mark Hill has two tools, tycho and dineroIII, which simulate caches from
  15. traces. One can evaluate a number of sizes and set associativities in one pass
  16. through a trace; the other has fancier options (e.g., prefetching) that it can
  17. model, but does one size/associativity per pass. You can reach Mark as
  18. markhill@cs.wisc.edu. You need to collect/generate traces somehow to use these
  19. tools.
  20.  
  21. David Wood as Wisconsin has a tool called CPROF, which profiles cache misses
  22. and can help you find where you get the most misses. It runs from traces
  23. generated by Jim Larus's QPT program. These work from MIPS and SPARC a.out
  24. format files, though you could modify them to work for other instruction sets
  25. (with some effort). Not all features are available for each machine yet. Both
  26. of these products are licensed for a modest fee; if you are a poor professor
  27. (like me), you can throw yourself on their mercy regarding the fee, but you
  28. must still complete the license agreements. Their email addresses are
  29. wood@cs.wisc.edu and larus@cs.wisc.edu. Larus is also the author of the spim
  30. simulator for the MIPS instruction set; spim is freely available from him.
  31. --
  32.  
  33.         J. Eliot B. Moss, Associate Professor
  34.         Department of Computer Science
  35.         Lederle Graduate Research Center
  36.         University of Massachusetts
  37.         Amherst, MA  01003
  38.         (413) 545-4206, 545-1249 (fax); Moss@cs.umass.edu
  39.