C source functions execution time...

Ace Stewart jstewart at rodan.acs.syr.edu
Fri Jun 15 23:30:40 AEST 1990


I apologize if this particular question has been asked before, I am
new to this newsgroup. Please bear with me.

I currently have between 10-15 C files written ANSI-style and now
being compiled and linked into a large executable file on a Unix
platform. What I want is more information concerning the functions
that are used in the executable.

It needs optimization, so I am looking for a facility that can tell
me the total time each of MY functions uses, without system call
breakdown which the "prof" and "gprof" facilities do incorporate.
I'd rather just see a percentage sign against all the names of my
functions and that is it.

Is there such a facility out there? I hope so and I am sincerely
hoping someone call tell me about it. I am indebted...

			Many thanx...Ace
-- 
| Ace Stewart (Jonathan III)                             |A       /\       |
| Affiliation: Eastman Kodak Company. Rochester New York |      _/  \_     |
| Internet/ARPA: jstewart at rodan.acs.syr.edu              |      \_  _/     |
| Bitnet:        jstewart at sunrise.bitnet                 |        /\	  A|   



More information about the Comp.unix.questions mailing list