You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a
.dl
file that contains the rules as well as the facts. I am running the program with the following command:profiler.log
contains a JSON-like structure with this key:I assume this key is the total elapsed time but the unit of measurement is not clear. So my first question is how can I get seconds out of this?
Also, I went through the reader, https://github.com/souffle-lang/souffle/blob/master/src/include/souffle/profile/Reader.h, but there are only
copytime
,loadtime
and the one mentioned above,runtime
. Is it possible to get the CPU time consumed by the program?Beta Was this translation helpful? Give feedback.
All reactions