Profiling with valgrind

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 6

  • @MuhammadHassan-hj6mx
    @MuhammadHassan-hj6mx 2 роки тому

    Thanks man! Good video :)

  • @philosophers_wool
    @philosophers_wool 3 роки тому

    First of all, I really liked your videos of profiling. It will also be really helpful if in all videos which are for profiling like of gprof, valgrind and likewise(gperftools) you can inform stuff like whether that support profiling of Multiprocess application.
    Thank you.

    • @mr.vinayreddypesseece303
      @mr.vinayreddypesseece303 2 роки тому

      Hi Nitesh, I am working on Instruction Profiling. As a beginner which is the best one to start with?

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

    hi there, is there such a tool to run on windows for ARM mcus? thanks in advance

  • @lxnny2357
    @lxnny2357 3 роки тому

    When I ran valgrind --tool=massif it returned 0 snapshots.

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

    Can it instead tell you the theoretical number of CPU cycles by considering what kind of instructions were run?