delorie.com/djgpp/faq/profiling/basic.html | search |
DJGPP includes a profiling facility. To use it, compile and link with -pg, run your program as you usually would, then run a program called gprof:
gprof myprogIt will print an execution profile.
webmaster | delorie software privacy |
Copyright © 1995 | Updated Feb 1995 |