Hi, I guess you are interested to change the scheduling algorithm of OS so you should go for modifying linux kernel ... If you want to test your scheduling algorithm, you can either
- use performance measurement tools for your real system to see cache misses ... - or use Gem5 to test your algo for different architectures, cache sizes, etc ... The first method is simpler... On Sat, Apr 21, 2012 at 4:46 PM, wael Amr <[email protected]> wrote: > Hello All, > > I am a master student and working on a research for scheduling tasks among > multicore platforms to decrease miss rate among shared cache. > So i am investigating in gem5 to check if i can use gem5 to implement the > scheduling algorithm for arranging the tasks or not. > > So please would anyone help me or give me any opinion in this point ? > > Thank you in advance for time and cooperation. > > Best Regards > Wael Amr > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
