Answer the question
In order to leave comments, you need to log in
How to see how long it takes to execute each function of a program (C++)?
I have a C++ program , it is broken into many classes and functions. Is there any software that allows you to see how long each function takes to complete?
Answer the question
In order to leave comments, you need to log in
You need a profiler.
Visual Studio has its own.
I also advise you to read this article:
https://habr.com/en/post/482040/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question