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
Adding Time Hooks for measuring semantics performance (#1131)
This PR introduces `hook_timer_start` and `hook_timer_stop`, which can
be used to measure the execution time of an instruction or an entire
semantics by getting the current timestamp when starting the timer and
then when stopping it, we get the current timestamp again, and save the
difference into a default file `hooks_time.txt` in the current
directory.
---------
Co-authored-by: Theodoros Kasampalis <[email protected]>
0 commit comments