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
I want to measure the computation time (excluding I/O) of a generated program with parallel execution. To achieve this, I replaced the obj.runAll call in the source code generated by Soufflé with loadAll and run. Therefore, the elapsed time of run is the computation time.
However, I found the computation time I measured is sometimes greater than the elapsed time of runAll. Is there a flaw in my method? If so, how can I accurately measure the computation time?
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 want to measure the computation time (excluding I/O) of a generated program with parallel execution. To achieve this, I replaced the
obj.runAll
call in the source code generated by Soufflé withloadAll
andrun
. Therefore, the elapsed time ofrun
is the computation time.However, I found the computation time I measured is sometimes greater than the elapsed time of
runAll
. Is there a flaw in my method? If so, how can I accurately measure the computation time?Beta Was this translation helpful? Give feedback.
All reactions