Wiseguy
2005-04-03 01:34:26 UTC
I compile a short c++ program using
c++ -Iwhatever myprogram.cpp -o myprogram -g -pg
the program runs (slowly based on the profiling information being
included), but it doesn't create a gmon.out file as it is suppose to
do.
I use return 0; to exit from the main function. I'm using gcc 3.3
anyone aware of problems in linux with profiling?
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
c++ -Iwhatever myprogram.cpp -o myprogram -g -pg
the program runs (slowly based on the profiling information being
included), but it doesn't create a gmon.out file as it is suppose to
do.
I use return 0; to exit from the main function. I'm using gcc 3.3
anyone aware of problems in linux with profiling?
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----