Profiling with gprof

Поділитися
Вставка
  • Опубліковано 8 гру 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

КОМЕНТАРІ • 4

  • @kartikaybhardwaj6320
    @kartikaybhardwaj6320 Рік тому

    thank you for this. This helped me out a lot

  • @Kuro123Polska
    @Kuro123Polska 3 роки тому +1

    Great video, thanks :)

  • @PLZhao
    @PLZhao 3 роки тому +2

    It is nice! thanks a lot

  • @ronensuperexplainer
    @ronensuperexplainer 2 роки тому

    GProf is a disgrace compared to the Microsoft Visual Studio performance profiler.