Actually IN means "interpreter" and OT means "other".
See $interpreterTimedNames, it is classified into 4 categories:
$interpreterTimedClasses (interpreter, evaluation, other, reclaim).
For example, "interpreter" includes "analysis, coercion, modemaps,
querycoerce, resolve".
Grep for "startTimingProcess" to see how each component is timed.
For memory statistics, it is about memory allocated in each of
these components (blocks of code).
- Qian
On 10/22/23 18:01, Ralf Hemmecke wrote:
Qian,
Storage: 1,216,256 (IN) + 1,028,097,520 (EV) + 15,961,856 (OT) + 0
(GC) = 1,045,275,632 bytes
can you give a hint how to interpret that information?
For "Time: " it seems intuitive to interpret as "time for input", "time
for evaluation", "time for output" and "total time".
But what exactly does that mean for memory?
Ralf
--
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/f42f5e9e-db1f-46cf-a453-1adcd8ef18ba%40gmail.com.