Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: gcc misplacing pointers?
- To: sstone@example.com
- Subject: Re: tlug: gcc misplacing pointers?
- From: "Andrew S. Howell" <andy@example.com>
- Date: Wed, 04 Mar 1998 18:33:25 +0900
- Cc: tlug@example.com
- Content-Transfer-Encoding: 7bit
- Content-Type: Text/Plain; charset=us-ascii
- In-Reply-To: Your message of "Wed, 4 Mar 1998 18:14:41 +0900 (JST)"<Pine.LNX.3.96.980304181416.31202g-100000@example.com>
- References: <Pine.LNX.3.96.980304181416.31202g-100000@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "Scott" == Scott Stone <sstone@example.com> writes: Scott> Hm - is there a Linux version available (even commercially) Scott> ? I'm sure I could get the company to spring for a copy if Scott> it's available for Linux. Purify and related tools, Quantify and Pure Coverage, were developed by a company call PureAtra (sp?), which have since been bought by Rational Software. http://www.rational.com/. They make a version of purify for NT, but I'm fortunate enough not to have to use it :) A quick look at their web page indicates that they only support Sparc (SunOS & Solaris), HP, and SGI. :( Too bad. they are very good tools. Quantify is code profiler with a graphical frontend. Pure Coverage tells which lines of you program have been executed. With it, I can say that EVERY line of my application has been tested. Whether it works right or not, well thats another story. :) I know that gcc has a profiler, but there is nothing that I know of that does what purify and pure coverage do. Conceptually it they should not be too difficult to build, but implementing them would be rather compilicated I think. You need to write a linker that can insert calls to you own wrapper functions. The wrapper would then collect whatever data before and after each of the original functions, and then provide it in some form at the end. Between the linkage and symbol tables for debugging, you should have all the information you need... About 20 levels too deep for me, I'm afraid... Andy --------------------------------------------------------------- Next TLUG Nomikai: 11 March Wed 1998 Tengu TokyoEkiMae 19:30 Chuo-ku, Kyobashi 1-1-6, EchiZenYa Bld. B1/B2 03-3275-3691 Next TLUG Meeting: 11 April 1998 Saturday, Tokyo Station Featuring Tague Griffith of Netscape i18n talking on source code --------------------------------------------------------------- a word from the sponsor: TWICS - Japan's First Public-Access Internet System www.twics.com info@example.com Tel:03-3351-5977 Fax:03-3353-6096
- Follow-Ups:
- Re: tlug: gcc misplacing pointers?
- From: Scott Stone <sstone@example.com>
- References:
- Re: tlug: gcc misplacing pointers?
- From: Scott Stone <sstone@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: gcc misplacing pointers?
- Next by Date: Re: tlug: ftp USER expired
- Prev by thread: Re: tlug: gcc misplacing pointers?
- Next by thread: Re: tlug: gcc misplacing pointers?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links