[gem5-dev] Re: gem5 gui tool?

2021-10-19 Thread Gabe Black via gem5-dev
Yeah, I saw that branch, but the commits at the end of it didn't look like they were related to the gui, and browsing around in it in gerrit I couldn't find any files related to it. Do you know what/where the files are on that branch? Gabe On Tue, Oct 19, 2021 at 9:57 AM Bobby Bruce wrote: > He

[gem5-dev] Re: gem5 gui tool?

2021-10-19 Thread Bobby Bruce via gem5-dev
Hey Gabe, The gem5 GUI code is still around, it's on a separate branch in the repo, `feature-gui`: `git clone -b feature-gui https://gem5.googlesource.com/public/gem5`. We at UC Davis tried to get some students to continue working on this, but we were never able to. Hopefully we can get someone t

[gem5-dev] Re: gem5 gui tool?

2021-10-18 Thread Gabe Black via gem5-dev
If you want to try my script, or even improve it (probably not hard!), it's attached. You can run it by first collecting a log of timestamps, which I did with a clean build: scons --debug=action-timestamps -j48 build/ARM/gem5.opt | tee log.txt and then run the script: ./scons_timeline.py log.tx

[gem5-dev] Re: gem5 gui tool?

2021-10-18 Thread Gabe Black via gem5-dev
Wow, now I remember why I don't like GUI programming :-/ Well, I sort of got some results, and the upshot is that linking gem5 takes a long time :-P. And I am able to at least superficially have 48 things going during the build, although it is not necessarily 48 times faster than doing things one