Re: Testing the performance of Instruction Scheduler.

Sid Ahmed Ali TOUATI <Sid-Ahmed-Ali.TOUATI@inria.fr>
11 Nov 2000 10:04:16 -0500

          From comp.compilers

Related articles
Testing the performance of Instruction Scheduler. phani.sesha@wipro.com (phani narasimhan venkata sesha myreddy) (2000-11-09)
Re: Testing the performance of Instruction Scheduler. gporr@gscdump.columbiasc.ncr.com (2000-11-09)
Re: Testing the performance of Instruction Scheduler. d97roli@dtek.chalmers.se (2000-11-11)
Re: Testing the performance of Instruction Scheduler. Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2000-11-11)
Re: Testing the performance of Instruction Scheduler. plakal@nospam-cs.wisc.edu (2000-11-16)
| List of all articles for this month |

From: Sid Ahmed Ali TOUATI <Sid-Ahmed-Ali.TOUATI@inria.fr>
Newsgroups: comp.compilers
Date: 11 Nov 2000 10:04:16 -0500
Organization: INRIA
References: 00-11-067
Keywords: tools
Posted-Date: 11 Nov 2000 10:04:16 EST

phani narasimhan venkata sesha myreddy wrote:


> Is there any tool to calculate the number of cycles taken by the code
> at run-time?


I have written a tool that use hardware counters of ultra sparcII (based on
PCL). It automaticly instrument a fortran source code by inserting calls to
hardware counters and execute it. It give you information about the number
of cache miss, CPI, etc.
Get it in :
http://www-rocq.inria.fr/~touati/sw/index.html
yours
SAAT


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.