Re: [gem5-users] Commonitor

2019-03-08 Thread Abhishek Singh
Hi,

A smart way to know how many instruction to Fastforward is to use dump
stats just after boot up for the first run and then see instruction count.

Second way is to use checkpointing technique for the boot-up and then
restore from that and then run your application.

For monitoring accesses I would have defined new stats if it’s already not
there.

On Thu, Mar 7, 2019 at 4:03 AM Morteza Soltani <
morteza.soltani8...@gmail.com> wrote:

> Hi
> I want to monitor DRAM access after LLC request in full system simulation
> of gem5. I want to know that, how can i enable commonitor feature after
> going to run benchmark (into ROI)?
> "I am familiar with fast-forward mode but i don't have any information
> about the number of instruction before running each benchmark"
>
>
> --
>
>*Sincerely Yours,*
>
>*Morteza Soltani*
>
>
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Commonitor

2019-03-07 Thread Morteza Soltani
Hi
I want to monitor DRAM access after LLC request in full system simulation
of gem5. I want to know that, how can i enable commonitor feature after
going to run benchmark (into ROI)?
"I am familiar with fast-forward mode but i don't have any information
about the number of instruction before running each benchmark"


-- 

   *Sincerely Yours,*

   *Morteza Soltani*
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users