Re: [fricas-devel] 4ti2 and )set message time on

2021-04-16 Thread Ralf Hemmecke
> We can run shell commands, Ralf asked about having their > CPU time counted to total CPU time (note that our time report > is about CPU time). Well, actually, I was not really requiring CPU time, but rather that the time spent in the external program is also seen in the FriCAS timing that is

Re: [fricas-devel] 4ti2 and )set message time on

2021-04-15 Thread Waldek Hebisch
On Fri, Apr 16, 2021 at 01:48:13AM +0200, Kurt Pagani wrote: > On 16.04.2021 00:39, Waldek Hebisch wrote: > > On Thu, Apr 15, 2021 at 05:59:54PM +0200, Ralf Hemmecke wrote: > >> I am calling an external program in a .spad file like this: > >> > >> systemCommand(cmd)$MoreSystemCommands > >> > >>

Re: [fricas-devel] 4ti2 and )set message time on

2021-04-15 Thread Kurt Pagani
On 16.04.2021 00:39, Waldek Hebisch wrote: > On Thu, Apr 15, 2021 at 05:59:54PM +0200, Ralf Hemmecke wrote: >> I am calling an external program in a .spad file like this: >> >> systemCommand(cmd)$MoreSystemCommands >> >> where cmd is >> >> "system /usr/bin/zsolve-4ti2 DATA" >> >> When I switch on

Re: [fricas-devel] 4ti2 and )set message time on

2021-04-15 Thread Waldek Hebisch
On Thu, Apr 15, 2021 at 05:59:54PM +0200, Ralf Hemmecke wrote: > I am calling an external program in a .spad file like this: > > systemCommand(cmd)$MoreSystemCommands > > where cmd is > > "system /usr/bin/zsolve-4ti2 DATA" > > When I switch on timing I get something like and call the function

[fricas-devel] 4ti2 and )set message time on

2021-04-15 Thread Ralf Hemmecke
I am calling an external program in a .spad file like this: systemCommand(cmd)$MoreSystemCommands where cmd is "system /usr/bin/zsolve-4ti2 DATA" When I switch on timing I get something like and call the function from my .spad file, I get Time: 0 (IN) + 0.04 (EV) + 0.00 (OT) = 0.05 sec