home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / help / 2560 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!ucdavis!madrone.eecs.ucdavis.edu!maheswar
  2. From: maheswar@ece.ucdavis.edu (Kapilan Maheswaran)
  3. Newsgroups: gnu.gcc.help
  4. Subject: RTL INSTRUMENTATION IN GCC TO OBTAIN BLOCK FREQUENCIES
  5. Message-ID: <19400@ucdavis.ucdavis.edu>
  6. Date: 19 Nov 92 09:11:53 GMT
  7. Sender: usenet@ucdavis.ucdavis.edu
  8. Distribution: usa
  9. Organization: U.C. Davis - Department of Electrical Engineering and Computer Science
  10. Lines: 17
  11. Originator: maheswar@madrone.eecs.ucdavis.edu
  12.  
  13. Article 2353 (42 more) in gnu.gcc.help:
  14. From: maheswar@eecs.ucdavie.edu (Kapilan Maheswaran)  
  15. Newsgroups: gnu.gcc.help
  16. Subject: RTL Instrumentation  
  17. Keywords: GCC, RTL, Instrumentation  
  18. Message-ID: 
  19. Date: 18 Nov 92 12:28:18 GMT
  20. Organization: University of California, Davis of EEC Dept
  21. Lines: 75
  22. Originator: maheswar@eecs.ucdavie.edu
  23.  
  24.  
  25. Hello, 
  26. I have been trying to intrument RTL code to get profile data(e.g.
  27. block frequency) and I am not getting anywhere.  I want to use a probe
  28. (a counter) in the RTL code and store the block counts in an array in RTL. 
  29. Please help. 
  30.