Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3643
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Is Subsecond Pause Possible? |
| Date | 2017-05-14 19:07 +0200 |
| Organization | solani.org |
| Message-ID | <ofa2t6$mud$1@solani.org> (permalink) |
| References | <of9rk60164o@news4.newsguy.com> |
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
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Is Subsecond Pause Possible? "F. Russell" <fr@random.info> - 2017-05-14 15:03 +0000
Re: Is Subsecond Pause Possible? Karl Ratzsch <mail.kfr@gmx.net> - 2017-05-14 19:07 +0200
Re: Is Subsecond Pause Possible? Ethan A Merritt <EAMerritt@gmail.com> - 2017-05-14 10:54 -0700
Re: Is Subsecond Pause Possible? "F. Russell" <fr@random.info> - 2017-05-14 18:47 +0000
csiph-web