Bill Allombert on Sun, 16 Apr 2017 16:37:23 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: timer functionality broken/gone in version 2.9.2?


On Sun, Apr 16, 2017 at 04:23:32PM +0200, Joerg Arndt wrote:
> ? #
>    timer = 1 (on)
> ? sin(1)
> %1 = 0.841470984807897
> 
> It appears that only from a certain min time on the timing is shown:
> 
> ? factor(2^128-1);
> ? factor(2^256-1);
> time = 1,368 ms.

Hello Joerg,

This is expected, the timing is not shown when it is 0ms.

> Another thing that should be addressed is that gp
> does not handle terminal resizing meaninfully.

What is the symptom ?
GP handles terminal resizing on system with TIOCGWINSZ.

Cheers,
Bill.