Performance profiling with Visual Studio - git-for-windows/git GitHub Wiki
A very powerful method to identify performance bottlenecks is performance profiling. Visual Studio (including the free-of-cost Community edition) offers convenient tools for that via the Debug>Performance Profiler... menu entry.
This space intentionally left blank for volunteers to fill in walkthroughs with screenshots, and links for further reading
- Open the "git.exe" file via File>Open
- Specify the arguments and the working directory via Debug>git Properties
- Debug>Performance Profiler...
Visual Studio obtains the debug information used in the output from ".pdb" files, but GCC does not generate debug information in that format.
However, the debug information can be extracted from the ".exe" files and be written out as ".pdb" file via the "cv2pdb" utility.