[gem5-users] Discrepancy between Timing and O3 CPU models in X86

2017-08-31 Thread Sumanth Sridhar
nds repeat for a larger number of 'rounds' as well. Could someone please help me understand why this might be the case..? Thanks! Sumanth Sridhar ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Performance of Mutex and Semaphore locks in FS

2017-08-19 Thread Sumanth Sridhar
mutex to perform better than semaphores. It would be great if someone could help me understand why the numbers from the FS simulation are totally different. Thanks again! On Fri, Aug 18, 2017 at 11:04 AM, Sumanth Sridhar <sumanthsrid...@cmu.edu> wrote: > Hello, > > I am tryi

[gem5-users] Performance of Mutex and Semaphore locks in FS

2017-08-18 Thread Sumanth Sridhar
Hello, I am trying to determine the performance of mutexes vs semaphores in a full system simulation of GEM5. I'm running very simple test programs and the numbers I get aren't what I expect. These are the steps I took: 1. scons -j 3 build/X86/gem5.opt PROTOCOL=MOESI_hammer 2. build/X86/gem5.opt