Andreas Hansson <Andreas.Hansson <at> arm.com> writes:
>
> Hi Lluis,
>
> I don¹t want to hijack the thread, but if you want to use this you need:
>
> 1184 - 1186
>
> 1636 - 1647
>
> 1676 - 1678
>
> The performance is indeed closely coupled to how often you dump the stats,
> but it is a big enough issue at the moment that it needs to be resolved
> before the patches can go in.
>
> SQLite is chosen as it gives a good way to select subsets of results, and
> the shelves is a convenient way of storing the data structures such that
> they can be transparently read in again later.
>
> Andreas
Hi Andreas,
I am trying to integrate Mcpat with gem5. I tried your
patch(http://reviews.gem5.org/r/1638/diff/4/#) but i am getting following
error message
ImportError: No module named context
The following line (line 48) in __init__.py file in /src/python/m5/stats is
creating the error
from m5.stats.context import tat_context
It seems that i am missing the file context.py in stats folder. I searched
gem5 repository, but could not find such file or module.
Please advice me, which direction I should proceed?
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users