Re: I'm searching for c profiler which will...



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)
.



Relevant Pages

  • Re: Im searching for c profiler which will...
    ... I'm searching for c profiler which will show me how many times each ... int main{ ... Microsoft Visual C++ versions up to and including 1.5x incorporate such a profiler. ... Neither MSVC 6.0 nor MSVC 2005 feature a profiler. ...
    (comp.lang.c)
  • Re: Im searching for c profiler which will...
    ... I'm searching for c profiler which will show me how many times each ... int main{ ... In the project configuration you should set "Enable profiling" in the compiler configuration panel. ...
    (comp.lang.c)
  • Re: Im searching for c profiler which will...
    ... I'm searching for c profiler which will show me how many times each ... Once you decide on which OS you want to run such a profiler, ... try finding newsgroups that deal in one ... int main{ ...
    (comp.lang.c)
  • Re: Using C functions in a TSR program
    ... hangs... ... But I'll be searching for the problem... ... monitoring DOS's crtical error flag as well as InDos. ... also the entry for Int 21h/AX=5d06h. ...
    (comp.os.msdos.programmer)
  • Re: Search/Sorting lists of integers
    ... > a: Boolean (1 bit int) ... I'd be tempted to structure the tree so that the smaller data types (i.e. ... creating and searching the tree. ...
    (alt.comp.lang.borland-delphi)