From owner-freebsd-performance@FreeBSD.ORG Tue Oct 18 16:52:57 2011 Return-Path: Delivered-To: freebsd-performance@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69B311065673 for ; Tue, 18 Oct 2011 16:52:57 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 25B6C8FC0A for ; Tue, 18 Oct 2011 16:52:57 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1RGCuM-0005Oh-LZ>; Tue, 18 Oct 2011 18:52:54 +0200 Received: from e178042116.adsl.alicedsl.de ([85.178.42.116] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1RGCuM-0000yL-IT>; Tue, 18 Oct 2011 18:52:54 +0200 Message-ID: <4E9DAEE6.9080608@zedat.fu-berlin.de> Date: Tue, 18 Oct 2011 18:52:54 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111013 Thunderbird/7.0.1 MIME-Version: 1.0 To: Ivan Klymenko References: <4E9D4124.9000307@eenet.ee> <12913.3257120431$1318938804@news.gmane.org> <4E9D7880.1030308@FreeBSD.org> <20111018162609.1319eb44@nonamehost.> In-Reply-To: <20111018162609.1319eb44@nonamehost.> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Originating-IP: 85.178.42.116 Cc: freebsd-performance@FreeBSD.org, Andriy Gapon Subject: Re: ffmpeg & ULE X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 16:52:57 -0000 On 10/18/11 15:26, Ivan Klymenko wrote: > В Tue, 18 Oct 2011 16:00:48 +0300 > Andriy Gapon пишет: > >> on 18/10/2011 14:30 Ivan Klymenko said the following: >>> В Tue, 18 Oct 2011 12:04:36 +0300 >>> Urmas Lett пишет: >>> >>>> Hello. >>>> >>>> Why is ffmpeg -threads massively slower with ULE than 4BSD? >>>> >>>> ffmpeg preset veryfast with sched_bsd: >>>> real 1m49.407s >>>> user 6m53.932s >>>> sys 0m1.700s >>>> >>>> ffmpeg preset veryfast with sched_ule: >>>> real 2m52.711s >>>> user 6m50.310s >>>> sys 0m1.582s >>>> >>>> #uname -a >>>> FreeBSD 9.0-RC1 FreeBSD 9.0-RC1 #0: Mon Oct 17 20:32:29 EEST >>>> >>>> >>> probably because you have a system processor with 2 cores...? >>> if yes - then use the 4BSD...it is better for the two cores... IMHO >> Do you have any facts to substantiate your claim? >> > well, for example: > http://img37.imageshack.us/img37/9311/plotj.gif > http://img850.imageshack.us/img850/584/plot.gif Thanks a lot for those diagrams.