From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 11 00:06:30 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F5D16A41C for ; Sat, 11 Jun 2005 00:06:30 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8369C43D53 for ; Sat, 11 Jun 2005 00:06:29 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: (qmail 21390 invoked by uid 207); 11 Jun 2005 00:06:28 -0000 Received: from keramida@freebsd.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.242):. Processed in 9.674322 secs); 11 Jun 2005 00:06:28 -0000 Received: from dialup242.ach.sch.gr (HELO gothmog.gr) ([81.186.70.242]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Jun 2005 00:06:17 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j5B05tgh001405; Sat, 11 Jun 2005 03:05:56 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j5B05trS001404; Sat, 11 Jun 2005 03:05:55 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Sat, 11 Jun 2005 03:05:55 +0300 From: Giorgos Keramidas To: Mike Hunter Message-ID: <20050611000555.GE787@gothmog.gr> References: <20050610224415.GB11336@malcolm.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050610224415.GB11336@malcolm.berkeley.edu> Cc: freebsd-hackers@freebsd.org Subject: Re: Slowing down an old program to run on a fast CPU? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 00:06:30 -0000 On 2005-06-10 15:44, Mike Hunter wrote: > Hey everybody, > I was playing around in ports and came across xroach. Cool program :) > The only problem is that it runs too fast; you can't see the roaches > because they scurry under your windows too quickly. A port patch would fix this nicely, I guess :-) But it's not a general solution that would work by something like: % slowdown -f 0.025 ./a.out