Profiling with gprof
Вставка
- Опубліковано 7 гру 2024
- In this video we discuss the use of the gprof profiler for analyzing the run time of C/C++ programs. We look at the g++ compiler options necessary to produce the desired executable, the commands necessary to run the profilers, and the output format produced by gprof
This video is part of a series spanning three introductory courses on programming
and computer science. The full series, along with supporting resources (slides,
notes, code examples, etc) is available at url
csci.viu.ca/~wesselsd/courses/cppres.html
thank you for this. This helped me out a lot
Great video, thanks :)
It is nice! thanks a lot
GProf is a disgrace compared to the Microsoft Visual Studio performance profiler.