Re: [Gems-users] Disabling cache transition printf's


Date: Tue, 25 Nov 2008 12:17:23 -0500
From: Niket <niketa@xxxxxxxxxxxxx>
Subject: Re: [Gems-users] Disabling cache transition printf's
Take a look at the function 'profileTransition' in ruby/profiler/Profiler.C

Ashwath Narasimhan wrote:
Yes Niket,
I want only the transitions removed (former not the latter). I would like to keep some of the other printf's. How can I do this?
regards,
Ashwath

On Mon, Nov 24, 2008 at 10:41 PM, Niket <niketa@xxxxxxxxxxxxx> wrote:
Do you want only the transition (e.g. NP>IS_AD) from the below lines removed or the whole printf?

If it is the later, do not use the -s 1 in your tester run.

Cheers,
Niket

Ashwath Narasimhan wrote:

Hi,
I wish to disable the printing of the cache transitions. For eg: the trace below shows exactly what i want to disable. How can i do this?

regards,
Ashwath


 4   7   0    L1Cache                Load     NP>IS_AD  [0x40000000, line 0x40000000]
     41   0   0  Directory                GETS      C>S      [0x40000000, line 0x40000000]
    137   0   0    L1Cache          Other_GETS     NP>NP     [0x40000000, line 0x40000000]
    137   8   0    L1Cache          Other_GETS     NP>NP     [0x40000000, line 0x40000000]
    139   1   0    L1Cache          Other_GETS     NP>NP     [0x40000000, line 0x40000000]
    140   7   0    L1Cache            Own_GETS  IS_AD>IS_D   [0x40000000, line 0x40000000]


_______________________________________________ Gems-users mailing list Gems-users@xxxxxxxxxxx https://lists.cs.wisc.edu/mailman/listinfo/gems-users Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.


_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.




_______________________________________________ Gems-users mailing list Gems-users@xxxxxxxxxxx https://lists.cs.wisc.edu/mailman/listinfo/gems-users Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.

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