delorie.com/archives/browse.cgi | search |
From: | Danny Couture <gangster AT lino DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Newbie Question: Profiling |
Date: | Thu, 31 Jul 1997 18:07:54 -0400 |
Organization: | UUNET Canada News Transport |
Lines: | 10 |
Message-ID: | <33E10CBA.1E423FE7@lino.com> |
References: | <5rqedi$f31 AT news DOT velocity DOT net> |
NNTP-Posting-Host: | 207.139.72.139 |
Mime-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
When you compile your prog... add the -pg option on command line then run your prog as you usually do... you will notice that it will be much slower :-) When you finish... run the GPROF... to make a profile you may use GPROF > mydebug.txt to get a profiling file!!! thats it... I hope that's will help you!
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |