home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!usc!sol.ctr.columbia.edu!news.cs.columbia.edu!ykim
- From: ykim@cs.columbia.edu (Yong Su Kim)
- Subject: profiling g++ code
- Message-ID: <BzHJwy.LpG@cs.columbia.edu>
- Sender: news@cs.columbia.edu (The Daily News)
- Organization: Columbia University Department of Computer Science
- Distribution: usa
- Date: Sat, 19 Dec 1992 02:50:58 GMT
- Lines: 15
-
-
- I have a C++ program and I would like to profile it to see which
- functions are taking the most time so that I can optimise those
- functions.
-
- I tried g++ -p, but I get an error message saying that the symbol
- "mcount" is undefined.
-
- Are there other ways, or other programs which will allow me to
- determine which functions are taking the most time?
- --
- ===============================================================================
- Yong Su Kim, Class of 1993 | Internet: yk4@cunixb.cc.columbia.edu
- Columbia College, Columbia University | or ykim@cs.columbia.edu
-
-