Dear all I tried many testing of the above script and results are as follows. Note that case (a) takes about 27 seconds.
I have three win XP computers. Before I keep the following experimental records, I found the same issue as described earlier. This is the last one I encounter the delayed gnuplot problem. A strange thing is that I am not able to replicate the delayed plot issue even I re-install gretl 1.8.6 and upgrade it to 1.9.1cvs, or after rebooting winxp and do the upgrading again. Thanks Yi-Nung <script> open djclose smpl 1988/01/04 1989/12/29 set echo off set messages off set stopwatch printf "Beginning time ====>%.4f\n", $stopwatch gf1 <- gnuplot djclose --time-series --output=display --with-lines gf1.show set messages on printf "Ending time ====> %.4f\n", $stopwatch </script> (a). Run after a fresh installation of gretl 1.9.1 cvs for windows (upgrading from previous 1.8.6) Beginning time ====>0.0000 gf1 saved Ending time ====> 27.1690 (b). Run the script again immediately after (a) Beginning time ====>0.0000 gf1 saved Ending time ====> 0.5210 (c) Reboot the computer and run the script again Beginning time ====>0.0000 gf1 saved Ending time ====> 0.6310 (d) run the script again after (c) Beginning time ====>0.0000 gf1 saved Ending time ====> 0.5300 (e) after step (d), re-install a previous version (gretl-1.8.6) and run the script Beginning time ====>0.0000 gf1 saved Ending time ====> 0.5510Dear all
I tried many testing of the above script and results are as follows.
Note that case (a) takes about 27 seconds.
I have three win XP computers. Before I keep the following experimental records, I found the same issue as described earlier. This is the last one I encounter the delayed gnuplot problem.
A strange thing is that I am not able to replicate the delayed plot issue even I re-install gretl 1.8.6 and upgrade it to 1.9.1cvs, or after rebooting winxp and do the upgrading again.
Thanks
Yi-Nung
<script>
open djclose
smpl 1988/01/04 1989/12/29
set echo off
set messages off
set stopwatch
printf "Beginning time ====>%.4f\n", $stopwatch
gf1 <- gnuplot djclose --time-series --output=display --with-lines
gf1.show
set messages on
printf "Ending time ====> %.4f\n", $stopwatch
</script>
(a). Run after a fresh installation of gretl 1.9.1 cvs for windows (upgrading from previous 1.8.6)
Beginning time ====>0.0000
gf1 saved
Ending time ====> 27.1690
(b). Run the script again immediately after (a)
Beginning time ====>0.0000
gf1 saved
Ending time ====> 0.5210
(c) Reboot the computer and run the script again
Beginning time ====>0.0000
gf1 saved
Ending time ====> 0.6310
(d) run the script again after (c)
Beginning time ====>0.0000
gf1 saved
Ending time ====> 0.5300
(e) after step (d), re-install a previous version (gretl-1.8.6) and run the script
Beginning time ====>0.0000
gf1 saved
Ending time ====> 0.5510