avadhpatel / marss

PTLsim and QEMU based Computer Architecture Research Simulator
http://www.marss86.org
128 stars 63 forks source link

Trouble understanding the stats #64

Open b-saideepak opened 3 years ago

b-saideepak commented 3 years ago

Hi,

I can see that there is separate stats section for the user, kernel and also a section for the total stats. What I don't understand is why these stats are repeated once again? I can see that the two sets only differ in run_seconds, cycles_per_sec and commits_per_sec and everything else is same. Can anyone explain the reason for the second set(user, kernel and total) of stats? FYI: I am simulating an ooo core with 2 threads

Thanks for your time and any comments are welcome. Regards, Saideepak.