Monitor for run-time code execution?

mohitk_3@ureach.com (mohit)
31 Oct 2003 23:11:10 -0500

          From comp.compilers

Related articles
Monitor for run-time code execution? mohitk_3@ureach.com (2003-10-31)
Re: Monitor for run-time code execution? ppluzhnikov@earthlink.net (Paul Pluzhnikov) (2003-11-08)
Re: Monitor for run-time code execution? newsham@lava.net (Tim Newsham) (2003-11-08)
| List of all articles for this month |

From: mohitk_3@ureach.com (mohit)
Newsgroups: comp.compilers
Date: 31 Oct 2003 23:11:10 -0500
Organization: http://groups.google.com
Keywords: testing, performance, comment
Posted-Date: 31 Oct 2003 23:11:10 EST

Hi,


I wanted to get the run-time statistics for the instructions executed
by a program. i.e. a sample "hello world" program in ansi C performs
: 5-MOV, 3-LOAD instructions .


I would be really grateful for the info.


Thanks
Mohit
[I believe I've seen something that traced code by basic block which
provided enough info to figure out how many times each instruction was
executed. -John]


Post a followup to this message

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