From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSIJ7-0004po-1i for qemu-devel@nongnu.org; Thu, 20 Aug 2015 01:22:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSIJ2-0007sL-0s for qemu-devel@nongnu.org; Thu, 20 Aug 2015 01:22:32 -0400 Received: from mout.gmx.net ([212.227.17.21]:59244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSIJ1-0007rz-M1 for qemu-devel@nongnu.org; Thu, 20 Aug 2015 01:22:27 -0400 References: <55B9DD60.8020801@gmx.net> <20150730085500.GV11361@aurel32.net> <20150730155003.GE30591@aurel32.net> <20150731154323.GD23508@aurel32.net> <20150803091716.GF30591@aurel32.net> <55D37189.3010809@twiddle.net> <20150819110010.GJ23508@aurel32.net> From: Dennis Luehring Message-ID: <55D56403.30005@gmx.net> Date: Thu, 20 Aug 2015 07:22:11 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Debian 7.8.0 SPARC64 on qemu - anything i can do to speedup the emulation? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko , Aurelien Jarno Cc: qemu-devel , Richard Henderson Am 19.08.2015 um 16:41 schrieb Artyom Tarasenko: > And if I completely disable optimizer (// #define > USE_TCG_OPTIMIZATIONS in tcg.c), it's still quite faster: > > real 14m17.668s > user 14m10.241s > sys 0m6.060s my tests also without USE_TCG_OPTIMIZATIONS qemu 2.4.50, netbsd 6.1.5 SPARC64 without-optimization //#define USE_TCG_OPTIMIZATIONS pugixml compile: (without-optimization is faster) with-optimization: ~2:51.2 without-optimization: ~2:14.1 prime.c runtime: (without-optimization is faster) with-optimization: ~11 sec without-optimization: ~9.9 sec stream results (with-optimization gives better results) with-optimization: Your clock granularity/precision appears to be 42 microseconds. Each test below will take on the order of 330428 microseconds. (= 7867 clock ticks) Function Best Rate MB/s Avg time Min time Max time Copy: 771.5 0.214717 0.207377 0.244214 Scale: 288.1 0.573320 0.555401 0.660161 Add: 423.5 0.633523 0.566661 1.092067 Triad: 242.9 1.053032 0.987970 1.499563 without-optimization: Your clock granularity/precision appears to be 41 microseconds. Each test below will take on the order of 745254 microseconds. (= 18176 clock ticks) Function Best Rate MB/s Avg time Min time Max time Copy: 316.6 0.524065 0.505313 0.580103 Scale: 200.5 0.813356 0.798024 0.840986 Add: 243.9 1.010247 0.984025 1.119149 Triad: 182.9 1.345601 1.312236 1.427459