|
|
Profiling tools are used to make programs more efficient. Profiler tools give significant information which parts of the program run slowly or use a lot of space. MS Visual Studio offers both command line and user-friendly graphical environments to optimize and improve the existing code. The profiler can analyze the execution of your code with two levels of detail - functions or lines profiling. The obtained information can be visualized with MS Visual Studio or stored in text files for later analysis.
Prerequisites:
No prerequisites.
|
|
|