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 from
> my .spad file, I get
> 
> Time: 0 (IN) + 0.04 (EV) + 0.00 (OT) = 0.05 sec
> 
> although the actual computation (via 4ti2) took actually longer than one
> minute.
> 
> Understandibly, the time spent in FriCAS is negligible, but is there
> some way to tell FriCAS to show the time spent in the external computation?

ATM no.  This requires support in operationg system which in turn
would require support in Lisp.  We probably could do this using
implementation specific features, but up to now nobody implemented
it.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20210415223941.GB30150%40math.uni.wroc.pl.

Reply via email to