Re: [Gems-users] profiling L1 and stat inconsistency


Date: Mon, 18 Dec 2006 09:08:33 -0600 (CST)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] profiling L1 and stat inconsistency
> I would suggest makeRequest for *accesses* and possibly doRequest for non-L1 hits.
>
> There is one sequencer per processor... so the information is not "lost", it is merely placed in a member variable of the
> sequencer object. I do not recall its name, but it should be easy to find by having a look at Sequencer.h.
>

This will get the processor number within Sequencer:

m_chip_ptr->getID()*RubyConfig::numberOfProcsPerChip()+m_version

[← Prev in Thread] Current Thread [Next in Thread→]