Related articles |
---|
Looking for special C++ parsing tool dodrillm@accessone.com (1997-05-04) |
Re: Looking for special C++ parsing tool plakal@cs.wisc.edu (Manoj Plakal) (1997-05-08) |
Re: Looking for special C++ parsing tool ydsmngq@a4056074.al.bst.bls.com (1997-08-28) |
Re: Looking for special C++ parsing tool guthrie@mum.edu (1997-09-12) |
From: | Manoj Plakal <plakal@cs.wisc.edu> |
Newsgroups: | comp.compilers |
Date: | 8 May 1997 21:20:06 -0400 |
Organization: | University of WI, Madison -- Computer Sciences Dept. |
References: | 97-05-043 |
Keywords: | C++, tools |
Mark and Kandi Dodrill wrote:
> I am looking for a program or source code (which can be compiled into
> a program) that will do the following. Parse C++ code, and enable me
> to add any code I want at specific places in the code (like at the
> start and end of every method/function).
You basically need an executable editing tool, which you want to use
to profile your code. You can try out the Etch tool from the CS Dept,
Univ of Washington at Seattle which instruments x86 executables for
Windows/NT :
http://www.cs.washington.edu/homes/bershad/etch/index.html
They say that it works with executables generated by Microsoft, Borland
and Intel compilers (but don't mention versions)
Manoj
--
Manoj Plakal, Graduate Student, Computer Sciences Dept, UW-Madison
Office : 1349 Computer Sciences, University of Wisconsin-Madison,
1210 West Dayton Street, Madison, WI 53706. Ph:(608)-262-5340
Email: plakal@cs.wisc.edu Home Page: http://www.cs.wisc.edu/~plakal
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.