Tips for measuring the parallelism speed-up in multi-core development.
        Posted  
        
            by fnCzar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fnCzar
        
        
        
        Published on 2010-05-24T18:43:33Z
        Indexed on 
            2010/05/24
            19:01 UTC
        
        
        Read the original article
        Hit count: 251
        
multicore
|multicore-programming
I have read many of the good questions and answers around multi-core programming how-tos etc. I am familiar with concurrency, IPC, MPI etc but what I need is advice on how to measure speed-up which will help in making a business case of spending the time to write such code. Please don't answer with "well run it with single-core code then multi-core code and figure out the difference". This is neither a scientific nor a reliable way to measure performance improvement. If you know of tools that will do some of the heavy lifting please mention them. Answers pertaining to methodology will be more fitting but listing tools is ok as well.
© Stack Overflow or respective owner