From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39119 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVNfe-0006g0-J1 for qemu-devel@nongnu.org; Wed, 22 Dec 2010 07:19:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVNfd-0000pP-Od for qemu-devel@nongnu.org; Wed, 22 Dec 2010 07:19:54 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:39801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVNfd-0000pD-JU for qemu-devel@nongnu.org; Wed, 22 Dec 2010 07:19:53 -0500 Received: by wwi18 with SMTP id 18so4937701wwi.10 for ; Wed, 22 Dec 2010 04:19:52 -0800 (PST) Message-ID: <4D11ECE8.4050903@gmail.com> Date: Wed, 22 Dec 2010 13:19:52 +0100 From: Stefano Bonifazi MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] checking the number of target cpu cycles or instructions executed List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Hi all! :) how can I check the number of target cpu cycles or target instructions executed inside qemu-user (i.e. qemu-ppc)? Is there any variable I can inspect for such informations? Thank you very much in advance! Stefano B.