Bill Allombert on Wed, 23 Jan 2019 15:44:17 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: gp timers # and ## in parallel mode |
On Tue, Jan 22, 2019 at 11:09:20PM +0100, Bill Allombert wrote: > Dear PARI developers, > > I have update the display of the gp timers # and ## in parallel GP > to print both the CPU time and the real time. This gives a more useful > information. For completness, I have changed the output of %# to return [cputime, realtime]: ? sizebyte(polmodular(101)) %1 = 5538416 ? %# %2 = [10176,2998] ? apply(strtime,%#1) %4 = ["10,176 ms","2,998 ms"] Cheers, Bill.