.net - How to calculate/profile percentage of parallelized C# Code -
greeting,
i'm working on performance improvement application enabling multi-thread. learned "amdahl's law", requires >50% of parallelized code achieve 2x speedup in 8 cores processor. hence wondering there tool in market provides parallelized code coverage or profiling can me improve performance?
Comments
Post a Comment