Timestamps in the Exec debug trace #2539
-
Hi all, by looking at the debug trace with |
Beta Was this translation helpful? Give feedback.
Answered by
giactra
Aug 26, 2025
Replies: 1 comment
-
It already shows commit time for the instruction: https://github.com/gem5/gem5/blob/stable/src/cpu/exetrace.cc#L158C18-L158C22 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giactra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It already shows commit time for the instruction:
https://github.com/gem5/gem5/blob/stable/src/cpu/exetrace.cc#L158C18-L158C22
https://github.com/gem5/gem5/blob/stable/src/cpu/o3/commit.cc#L1215