home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!ucdavis!madrone.eecs.ucdavis.edu!maheswar
- From: maheswar@ece.ucdavis.edu (Kapilan Maheswaran)
- Newsgroups: gnu.gcc.help
- Subject: RTL INSTRUMENTATION IN GCC TO OBTAIN BLOCK FREQUENCIES
- Message-ID: <19400@ucdavis.ucdavis.edu>
- Date: 19 Nov 92 09:11:53 GMT
- Sender: usenet@ucdavis.ucdavis.edu
- Distribution: usa
- Organization: U.C. Davis - Department of Electrical Engineering and Computer Science
- Lines: 17
- Originator: maheswar@madrone.eecs.ucdavis.edu
-
- Article 2353 (42 more) in gnu.gcc.help:
- From: maheswar@eecs.ucdavie.edu (Kapilan Maheswaran)
- Newsgroups: gnu.gcc.help
- Subject: RTL Instrumentation
- Keywords: GCC, RTL, Instrumentation
- Message-ID:
- Date: 18 Nov 92 12:28:18 GMT
- Organization: University of California, Davis of EEC Dept
- Lines: 75
- Originator: maheswar@eecs.ucdavie.edu
-
-
- Hello,
- I have been trying to intrument RTL code to get profile data(e.g.
- block frequency) and I am not getting anywhere. I want to use a probe
- (a counter) in the RTL code and store the block counts in an array in RTL.
- Please help.
-