Testing / Improving Multithreaded Program Performance

I was wondering if anyone has any suggestions on how to effectively test the performance of a program, and in particular a multi-threaded program. In particular, using Visual Studio 2010, how can I check:

  • Which parts of my code take the longest
  • What parts of my code are not needed

Etc. Any thoughts are greatly appreciated! Greetings

+3
source share
3 answers

Visual Studio , . VS 2010 Ultimate, , , Analyze. - , , concurrency.

+1
+1

?

.

+1

Source: https://habr.com/ru/post/1784177/


All Articles