Path: utzoo!yunexus!ists!jarvis.csri.toronto.edu!mailrus!iuvax!watmath!mks.com!andy From: andy@mks.com (Andy Toy) Newsgroups: comp.sys.ibm.pc Subject: Re: Request for a C language performance analyzer Message-ID: <1989Nov17.194325.4309@mks.com> Date: 17 Nov 89 19:43:25 GMT Article-I.D.: mks.1989Nov17.194325.4309 References: <586@sppy00.UUCP> Reply-To: andy@mks.com (Andy Toy) Organization: Mortice Kern Systems, Waterloo, Ontario, Canada Lines: 14 In article <586@sppy00.UUCP> sed@sppy00.UUCP (Steve Driscoll) writes: >I am looking for a performance analyzer to chart the amount of time spent in >each function of a C program, or better yet, to list the functions in order >of time spent in execution. The MKS Toolkit has a programme called prof which profiles execution times. It works on .exe format files and the modules must contain a symbol table produced by CodeView or Plink86. It's possible to create this kind of symbol table from a .map file using the unstrip command which is also in the MKS Toolkit. Send me mail if you have any questions. -- Andy Toy, Mortice Kern Systems Inc., Internet: andy@mks.com 35 King Street North, Waterloo, UUCP: uunet!watmath!mks!andy Ontario, CANADA N2J 2W9 Phone: 519/884-2251 FAX: 519/884-8861