Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Is Subsecond Pause Possible? Date: Sun, 14 May 2017 19:07:49 +0200 Organization: solani.org Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1494781670 23501 eJwNxskBwDAIA7CVwARD1inH/iOkesmNyopD5/H15URnASenGUmprzokW3jX1my6ofgLudB5Hm4RCw== (14 May 2017 17:07:50 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Sun, 14 May 2017 17:07:50 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:MDUYkvKt77iYXYZVLmqb4oCSNhY= In-Reply-To: X-NNTP-Posting-Host: eJwNyMEBwCAIA8CVlCSI4yDK/iO09zzBp9eiy6lWF04PzMxnhhWAEdyhSoYF+0L33zOUr3bqAwzCEJg= X-User-ID: eJwNy8EBwCAIA8CVEJJAxylW9h/B3v8YWtoJUeBwrKK7wyzTXcf62ZXjZ7x8xMYu4v2wiD/ALg18ED0= Xref: csiph.com comp.graphics.apps.gnuplot:3643 Am 14.05.2017 um 17:03 schrieb F. Russell: > "The time is rounded to an integer number of seconds if subsecond > time resolution is not supported by the given platform." > > The terminals I use are x11 and wxt on a GNU/Linux Intel Core i7 > system. > > Is a subsecond pause possible with gnuplot or will the time > always be rounded to the next second? > I see no rounding on my system (ubuntu 17.04, gnuplot 5.0pl6): t0=time(0.); do for [i=1:5] {pause 0.1}; print time(0.)-t0 takes 0.501 seconds. Can you be more specific about your system, i.e. OS and version, gnuplot version? Karl