On Sat, 11 Aug 2012, Mahmood Naderan wrote:

Hi
I see these statistics:
system.switch_cpus.commit.commitCommittedInsts              69470004
                   # The number of committed instructions
system.switch_cpus.commit.commitCommittedOps               120414394
                   # The number of committed instructions

system.switch_cpus.commit.committedInsts                    69470004
                   # Number of instructions committed
system.switch_cpus.commit.committedOps                     120414394
                   # Number of ops (including micro ops) committed

Sound that there is a duplication in stat names. Is there a real
difference between commitCommittedInsts and commitCommittedOps or
there are some old statistics from previous revisions that have not
been removed in newer revisions?


One of them is supposed to be per hardware thread context, and the other one is total over all the threads of the core. So, if you make use of hyperthreading i.e. more than one thread for a cpu core, then you should see the difference between these values.

--
Nilay
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to