Comment 4 for bug 369608

Revision history for this message
Spindizzy (spindizzy-wizard) wrote :

Okay... I must be stupid. I compiled with the following:

% make distclean
% ./configure --prefix=~/Desktop/myWarzone22b2 --enable-debug=profile
% make
% make install

Then I ran the game in a terminal

% cd ~/Desktop/myWarzone22b2/bin
% warzone2100

And waited for it to get slow, which it eventually did. I let it run for at least another 10 minutes (sorry, got distracted), saved the game, and carefully shut down through the 'quit' menus. So... there ought to be a gmon.out file around here SOMEWHERE... Right?

I eventually did this:

% sudo find / -name 'gmon.*'

The only file reported was the gmon.h file.

What am I missing? I've tried this with debugprofile as well. I've checked the output from make to see that the -pg argument was present, it was. I grep'ed the code to see if there was a 'profile' argument, I didn't see one.

Help?