From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEBd7-00080X-NZ for qemu-devel@nongnu.org; Sun, 03 Oct 2004 15:02:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEBd7-00080A-2W for qemu-devel@nongnu.org; Sun, 03 Oct 2004 15:02:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEBd6-000807-VL for qemu-devel@nongnu.org; Sun, 03 Oct 2004 15:02:45 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CEBWW-0006po-GH for qemu-devel@nongnu.org; Sun, 03 Oct 2004 14:55:56 -0400 Message-ID: <41604B7D.2060201@gmx.de> Date: Sun, 03 Oct 2004 20:57:01 +0200 From: Christian Wiese MIME-Version: 1.0 Subject: Re: [Qemu-devel] BeOS/Zeta eats 100% cpu time References: <415C0AE6.6000205@gmx.de> <415D11FA.4020004@gmx.de> <415DC6CC.9060600@gmx.de> <200410012324.43055.paul@codesourcery.com> In-Reply-To: <200410012324.43055.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Paul Brook wrote: >Don't profile op.c. It's fairly sensitive to compiler options, and isn't >directly linked into qemu anyway. I ran into similar problems when building a >debuggable qemu. > > Ok, I now configure with --enable-gprof and it compiled fine. But as it looks like gprof writes it prof.out file when the executable close I have a new problem. BeOS do not "close" qEmu so that I have to kill the running process (with the "x" in the titlebar) and no file is writen. So does someone now a way to exit qEmu in a "normal" way, so that gprof will write itīs values into a file? Greetings, Chris