Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6971 sched time: Reduce gettimeofday calls (#6972)
Only call gettimeofday once per next_record for instruction quanta, rather than every get_output_time() call. Future work will try to revisit using a counter to eliminate the non-determinism of wall-clock time and make analyzers behavior more like simulators, easing testing. Issue: #6971
- Loading branch information