P
P
Proshka172019-05-19 21:29:47
C++ / C#
Proshka17, 2019-05-19 21:29:47

Diagnostic tools vs 2015?

Good afternoon!
I want to see how long the program runs and how much memory it eats. I tried to use diagnostic tools for this, but if I figured it out over time, then there is no memory (
Where can I see memory resources?
5ce1a01b6f738031096553.png5ce1a04555fe4940899827.png
If you turn on profiling (I don’t know what it is)
5ce1a0954a216281473459.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
k0taperkot, 2019-05-19
@k0taperkot

Profiling is needed to find "bottlenecks" in performance and improve them
Memory consumption of the process can be viewed in the Windows Task Manager. In the Studio, as far as I know, there is no such information. It also depends on the language - in the studio you can write in many ways, starting from JS, uploading C. Each language has its own capabilities.

N
NewDevLab, 2019-05-20
@NewDevLab

in 2017 and 2019 this is more clearly done.
Debug run - diagnostic tool window - shows the process memory for c # without additional movements. This is the community version. The older versions have a lot more.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question