Re: I'm searching for c profiler which will...
- From: Richard Heathfield <invalid@xxxxxxxxxxxxxxx>
- Date: Tue, 02 May 2006 11:37:41 +0000
peter_k said:
Hi,
I'm searching for c profiler which will show me how many times each
line was called... I mean something like this...
int main() {
1 int x,a=0;
5 for(x=0;x<5;++x) {
5 ++a;
5 }
1 x=9;
1 return 0;
0 x=3;
0 }
Microsoft Visual C++ versions up to and including 1.5x incorporate such a
profiler.
My VC++1.5 CD is still for sale. As far as I can make out, the last time I
mentioned it here was 23rd August 2001, when I said:
"The net price is one million pounds sterling (net because it doesn't
include postage and packing costs, or VAT at 17.5%, which you will also
have to meet). For the money, you get the original CD-ROM, the original
box it came in, and as much of the rather meagre printed documentation
as I can find in a 20-minute search of my study.
If you're interested, let me know."
One day, I guess, someone will be desperate enough to meet my price. :-)
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
.
- Follow-Ups:
- Re: I'm searching for c profiler which will...
- From: jacob navia
- Re: I'm searching for c profiler which will...
- References:
- I'm searching for c profiler which will...
- From: peter_k
- I'm searching for c profiler which will...
- Prev by Date: Re: I'm searching for c profiler which will...
- Next by Date: Re: Boost process and C
- Previous by thread: Re: I'm searching for c profiler which will...
- Next by thread: Re: I'm searching for c profiler which will...
- Index(es):
Relevant Pages
|